This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Running in JRE? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Running in JRE?" Watch "Running in JRE?" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Running in JRE?
 
Similar Threads
Should I install the complete JDK to run my application using Tomcat 5.0
Does JavaFX require plugins?
Tomcat 6
Minimum Client Requirements
Netbeans classpath problem