Ok, so im learning java, i have JDK and everything, i made a Java file and compiled it to Class file, then i was going to make it into a Executable but i didnt find any tutorial, how can i make a Class file in to a Executable File (.exe)?
Class to Executable
Started by haraldur, Aug 13 2010 07:28 AM
3 replies to this topic
#1
Posted 13 August 2010 - 07:28 AM
|
|
|
#2
Posted 13 August 2010 - 08:08 AM
With Java you don't create .exe but you create .jar files which can be run on any computer with the Java Runtime Environment installed on (JRE).
There is software that can turn the Jar into Exe tho...
There is software that can turn the Jar into Exe tho...
#3
Posted 13 August 2010 - 11:10 AM
Ok so i figured that out, but how can i change Class to Jar file?
#4
Posted 14 August 2010 - 02:32 AM
well if you're using any integrated development environment (IDE) such as Eclipse, there are usually an option under the tab "file" at the top that says export, So you may choose what file would you like to export the class as. But I can't really help you if you're going old-school and doing everything from the batch...


Sign In
Create Account


Back to top









