Archive for December 20th, 2007
How to run a Java program?
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.
Add comment December 20, 2007