Originally posted by lee gardiner:
I feel a bit silly for asking this question but this is the beginner forum - what is the Java console and how do i access it. I just use dos to compile and edit my programs, is this what you mean by java console. The text books do a good job at teaching you the OOP principles but are not as good on the actual techology you use to run and compile your programs.
Lee
Hi Lee,
It's perfectly alright!
If you are using IE, you can see java console from "View" menu option -> Java Console. All your System.out.println() (if any) of applet are displayed here. Also, the exceptions are displayed here; which will give you an idea abt what's wrong with your code.
If you do not see "Java Console" option in your "View" menu of IE, you'll have to do - Tools |Internet Options |Advanced tab, under Microsoft VM, check "Java Console Enabled" and restart your browser.
You should be able to see option "Java Console", in ur "View" menu now. You should also use the code that Dirk gave to determine the JVM of your browser. Though you may have the latest Java on ur machine, the JVM IE uses might be different. Let us know if it helps..
HTH,
- Manish