Wednesday, July 13, 2011

About java executable path in windows xp?

Java source files (*.java) compile to Java class files (*.class) containing Java Byte Code. A Java Runtime Environment is necessary to run these class files. No .exe file is generated by the standard JDK. There are Java compilers that actually create runnable binaries (like gcj), but I don't think that there is one supporting swing.

No comments:

Post a Comment