VB.NET 2005: Process.start...?

G

Guest

Hello,
we've a third-party software based on Java and i've to start it from a
vb.net programm where the users select what they want to see by this
java-prog and we create a commandline with different parameters in vb.net.

Because it uses Java 1.5 and some PCs habe also 1.6 installed, i make a
"hard coded" path to the application and the javaws.exe, therefore i need ""
in the commandline.
Using this commandline on the winXP-commandline-Prompt ("DOS-Box"), it will
start without problem, within the vb.net with
process.start("c:\bc\bcbin\BcPat\Inovit\remotecall.exe -app
""c:\Programme\Java\jre1.5.0_01\bin\javaws
c:\bc\bcbin\bcpat\inovit\visionweb.jnlp"" -accessno 150774")
it generates file not found error.

How can i solve it?

Thanks!
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top