Java Applications

liunx

Guest
How can you execute Java applications on a computer without a compiler (i.e. JDK)? Can you change a Java .class or a .jar file into an executable file?i've only dabbled with Java, but the whole point of it is portability. For a progam to be completely portable, it has to have an interpreter on the system...

so, you'll probably need the JDK..

i'm not sure about converting to EXE - might be possible
 
Back
Top