How do i make a .jar file that will run on any computer with java installed?
like an .exe for C++?
can i do that for Java?
I use JGrasp to compile as a .java file and run as a .class file if that helps at all
How do i make a jar file?
Started by poter, Oct 20 2008 11:43 PM
2 replies to this topic
#1
Posted 20 October 2008 - 11:43 PM
|
|
|
#2
Posted 21 October 2008 - 08:23 AM
I would strongly recommend downloading eclipse classic for java at Eclipse.org home
It has an export option and select jar click next, and make sure to specify the starter class. You can also use java native compilers to accomplish making an exe that will run without the jre but these will cost you $.
Hope this helps :)
It has an export option and select jar click next, and make sure to specify the starter class. You can also use java native compilers to accomplish making an exe that will run without the jre but these will cost you $.
Hope this helps :)
#3
Posted 29 October 2008 - 03:05 AM
"Work should be challenging and the challenge should be fun. Great just isn't good enough!"


Sign In
Create Account

Back to top









