Page Number: Página 1 de 1
Actual Results
- ramana
- Foro: Programming / Scripting / Coding Forum
- Tema: how to execute a .exe file useing a java program
- Subject: how to execute a .exe file useing a java program
- Respuestas: 2
- Vistas: 49065
Posted: Febrero 11th, 2004, 6:19 am
i need to execute an any .exe file useing java program.like in jdk we have java,javac...like that this is the code that i wrote : import java.io.*; import java.io.IOException; import java.io.InputStream; import java.io.*; public class Test3 { public static void main(String[] args) { Runtime run = Ru...
