I am running on a MacBook running Leopard and using Xcode. I want
to output to the console, but when I include this statement:
import java.io.Console;
I get a "cannot find symbol" error. Other java.io imports work ok.
Does anyone know the problem?
Are you using Java 6? java.io.Console was not present prior to Java 6.
I'm running java version 1.5.0_13 - so that must be the problem.
Thanks.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden