How to make .EXE file of Java Source code
843785Oct 20 2008 — edited Jun 22 2009Hello friends,
As using JDK and javac we are able to convert the .java file into .class file of a java program and in that .class file of the java program contain the native bytecode. Then using JRE we run that native bytecode. Though its not a big Issuee for developer to run bytecode from windows cmd prompt by writing java [ file name].
But for the final deploment we have to make the .EXE(Executable file) of that program. Can some body tell me how one can make the Java program to Executale file i.e( Program.java -> Program.exe)
Looking for your reply .
Danish Kamran.