running java

chungwl20

New member
Joined
Jan 19, 2008
Messages
2
Programming Experience
1-3
I have developed a java file coding and wish to run from vb.net 2005. Do anyone know how to run java coding from vb.net? Please reply as soon as possible. Thank You.
 
The only way that I can think of to do this, is to compile the java code then run it from vb.net as a separate process.
 
Back
Top