I have installed J2SE 5.0 Update 7 nad Java EE 5 on my system. I have set the PATH as 'c:\jdk1.5.0_07\bin'. The compiler is working smoothly, so is appletviewer. But the application launcher command 'java' is raising an exception as java.lang.UnsupportedClassLoaderError. The command javac -version shows the correct version of jdk, while the command java -version shows an earlier version of java. This is the first time java is installed on my system.
2006-08-29
03:43:46
·
2 answers
·
asked by
simpleton_work
1
in
Computers & Internet
➔ Programming & Design