Hi Michael i also faced the same issue some time ago well u can try fixing this byinstalling the JDK 1.5.0_11. But u ll have to manually make some registry changes... try if that works out
*JDK 1.5 Installation* * * HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\CurrentVersion = 1.5 The 1.5 Registry entry has a JavaHome entry whose value points to where the JDK was installed. With JDK 1.5.0_10: HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.5\JavaHome=C:\Program Files\Java\jdk1.5.0_10 This is correct, and works fine. If you then install JDK 1.5.0_11, the value of that JavaHome Registry entry becomes "1" (no quotes). This is completely wrong, and is due to a bug that Sun introduced into the installer for their JDK 1.5.0_11. Here is the report for that particular <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6520670> Sun JDK installer bug. The fix is to use RegEdit to manually modify that JavaHome value. In the above example, the value should be changed to: C:\Program Files\Java\jdk1.5.0_11 Regards MANUJ CHAUHAN _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

