| Author |
Running in JRE?
|
william keelman
Greenhorn
Joined: May 02, 2006
Posts: 11
|
|
|
I have a java program and wonder is there a way to run it on computers with just jre and not jdk?
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
|
Sure. $JRE_HOME/bin/java.exe com.test.ClassName
|
 |
 |
|
|
subject: Running in JRE?
|
|
|