Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Launching a VB.exe from Java
Message
From
29/04/2008 11:31:57
 
 
To
All
General information
Forum:
Java
Category:
Other
Title:
Launching a VB.exe from Java
Miscellaneous
Thread ID:
01313884
Message ID:
01313884
Views:
55
I'm trying to launch a VB.exe from a Java class and am getting the error "The given path's format is not supported" from the .NET Framework.

Do I need to recompile the VB into a .dll?

The command I'm passing is:
ProcessBuilder mdmproc= new ProcessBuilder(cmdModem,MdmParam);
     try {
	mdmproc.start();
        (other commmands follow)
Where cmdModem = "c:\zmodem\SerialModemConnect.exe" && the VB exe
and MdMParam = /F"c:\zmodem\bcbstn\bcbstn_send.txt"
"You don't manage people. You manage things - people you lead" Adm. Grace Hopper
Pflugerville, between a Rock and a Weird Place
Reply
Map
View

Click here to load this message in the networking platform