Advertisement
Guest User

Untitled

a guest
Apr 6th, 2013
1,476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. No IDE method
  2. Open Command Prompt
  3. Locate your file(s). (Visit for help: http://dosprompt.info/)
  4. Type javac <class name>.java.
  5. To execute, type java <class name>.
  6.  
  7. IDE method
  8. Run your project/program at least once, or simply build it.
  9. Locate the directory with the file(s). Example: NetBeansProjects in My Documents
  10. Open bin/build folder and compiled file(s) should be there.
  11.  
  12. Used for this article: http://www.wikihow.com/Program-in-Java
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement