How to run a Java program?
December 20, 2007
If what you have after transforming .java file to byte-code is an only one .class file do this:
Suppose you have program.java file.
Create a new file - program.txt in the same catalog, type”java program.class” into it.
Rename it to program.bat
Run it. Should do the trick.
Entry Filed under: java. Tags: java run the program file bat how to exe.
Trackback this post | Subscribe to the comments via RSS Feed