twc
Posts: 129
Nickname: twc
Registered: Feb, 2004
|
|
Re: How to make a JAR file?
|
Posted: Feb 4, 2004 6:40 AM
|
|
Just so there is no confusion, you must have a JRE installed to run a Java program. The JRE is normally installed when installing a JDK, but it can be installed separately.
I know that I'm not answering your original question, but there are sites that you can find with a Google search that do a much better job of explaining the process than I can. (That is how I learned.) But I wanted to make sure you understood that a jar file won't let you get around having Java installed.
There are commercial products that can create a native executable from Java source code, but they are very expensive, and from what I understand, just package the JRE in the file anyway.
|
|