G
Grzesiek
Hi,
I have the following problem. I creted App.jar file. In App.java i
have a line:
Runtime.getRuntime("java -jar DoIt.jar");
Now i want to run App.jar on a computer wher\e there is only JRE and
no JDK, so "java" command is unknown. Is it possible to run App.jar
using only JRE? If not, how should i change the line above?
Thanx
I have the following problem. I creted App.jar file. In App.java i
have a line:
Runtime.getRuntime("java -jar DoIt.jar");
Now i want to run App.jar on a computer wher\e there is only JRE and
no JDK, so "java" command is unknown. Is it possible to run App.jar
using only JRE? If not, how should i change the line above?
Thanx