I am having problem using JQ+. When I try to run startjqplus file, it gives me this message on DOS Prompt: currentversion has value1.3, but 1.2 is required. Anybody know how to solve this problem. --Farooq
Muhammad Farooq<br />Sun Certified Programmer for Java 2 Platform<br />Oracle8i Certified Professional Database Administrator
Jim Croce
Greenhorn
Joined: Jul 18, 2001
Posts: 11
posted
0
Try This 1) Go to Start Menu>Run 2) Type regedit and hit enter.The registry window opens. 3) Browse to HKEY_LOCAL_MACHINE\software\Javasoft\Java Runtime Environment. 4) Double click on the 'CurrentVersion' key. 5) Enter 1.2 in the Value Data Text Box and hit OK. 6) Exit the registry and then proceed with java etc This problem arises if u have two versions of jdk installed on your PC. or if u directly delete the jdk*.*.* folder instead of uninstalling it from Add /Remove progs.
Muhammad Farooq
Ranch Hand
Joined: May 08, 2001
Posts: 356
posted
0
Thanks Jim, I did the same thing you asked me to do, now its giving me another message: Error opening registry key 'Software\Javasoft\Java Runtime Environment\1.2' Thanks foir your reply, --Farooq
asheet anand
Ranch Hand
Joined: Nov 15, 2000
Posts: 83
posted
0
hi, i think i can help u out b'coz i had a similar problem few days back.your JDK entry in the registry under JavaSoft must be missing.install jdk1.3 and it will start working. bye asheet
Muhammad Farooq
Ranch Hand
Joined: May 08, 2001
Posts: 356
posted
0
Thanks Asheet for your reply, I had JDK 1.3, when I got the message 1.3 found, 1.2 required, I changed the in registry\javasoft\runtime environment to 1.2, then it start giving me the message methods not found. I uninstall the JDK1.3 and install 1,2 but still didnt work. Now I have uninstall the 1.2 and have reinstall 1.3 , but dont know what to do, can u explain the exact steps should I take as I have installed the JDK 1.3 Thanks --Farooq