hope you can help me out with this annoying problem.
The java compiler is messed up somehow.
Every time I want to compile, it gives me errors:
- that are completely not based on the program I want to compile
- that shouldn't be errors, because the program is 100% correct (I was able to compile it yesterday, but today somehow it doesn't work)
So I uninstalled java sdk 1.4 (version used @my study), en installed the latest sdk (1.6 upd 13). Still no results.
Maybe it is worth to mention that it started when I was programming my first program that contains StringTokenizer and its functions.
Thanks,
David
05-25-2009, 01:22 AM
Razee Marikar
Hello David,
Could you provide more details of the error? Also the location of the classes, the package name used and the exact command you used to invoke the compiler would be useful.
05-25-2009, 05:29 AM
pilotdavid
Hi, problem solved...It is unwise to name a class "String" or another word that java uses in its language...