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\BcP at\Inovit\remot ecall.exe -app
""c:\Programme\ Java\jre1.5.0_0 1\bin\javaws
c:\bc\bcbin\bcp at\inovit\visio nweb.jnlp"" -accessno 150774")
it generates file not found error.
How can i solve it?
Thanks!
Peter
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\BcP at\Inovit\remot ecall.exe -app
""c:\Programme\ Java\jre1.5.0_0 1\bin\javaws
c:\bc\bcbin\bcp at\inovit\visio nweb.jnlp"" -accessno 150774")
it generates file not found error.
How can i solve it?
Thanks!
Peter
Comment