I am brand new to Java. I am working with version 1.5 on a Mac. The console object does not appear to be present. Is it available in version 1.6?
Printable View
I am brand new to Java. I am working with version 1.5 on a Mac. The console object does not appear to be present. Is it available in version 1.6?
According to the API the Console class was added to the JDK in version 1.6. I assume that applies to the Mac as well.
Yes, not depend on the OS, on Mac as well it's working. So upload your version to 1.6. It's much better in most of the cases.