In my previous notebook (Win XP), it was simple: download & install JDK 1.5; create a file with ".java" extension in Notepad (say for example, ABC.java); then in the Command prompt, first compile the file (C:\ javac ABC.java) which creates a ".class" file, and then run it (C:\ java ABC). But in this new MacBook, I'm totally confused. Please help me out. I'm a novice when it comes to Mac. Detailed, step-by-step procedural explanation would be highly appreciated.
Related posts:








1 response so far ↓
1 mnmboy // Jun 17, 2008
Nothing new here at all: go to java.sun.com and download the JDK and JRE for your platform and you are good to go.
Leave a Comment