updateing SDK1.4
Hello everyone!
I was working fine with SDK 1.4.2_10. Then I wanted to program with the 1.5.0 platform. I downloaded SDK 1.5. I tryed to compile a program with the new features, like Scanner, but the Symbol was not found. For all the others features like Gregorian Calendary i hadn't any problem. Pay attention that I have set the path in the environment variable with the new path.
Thanks to everyone who can give me a hint.
Florina
GregorianCalendar has been around since 1.1, so that's not surprising.
Find out what versions of javac and java you are really using:
If you are compiling on the command line, or something similar:
> javac -version
> java - version
Report back with your findings.
I checked the Java.exe in windows\ system32 seems to be the new version.
On an already working program it's enough to add an 'import java.util.Scanner;' or 'import java.util.EnumSet' to see "cannot resolve symbol" during compilation time.
Someone knows how to unistall Java and its environment?