On 09/22/2009 09:00 AM, Fahad Ali wrote: > Dear Ahmed, > > I have already added the path of the jre in the environmental > variables as you can see here > > C:\jbase4\4.1\jDP\bin;C:\jbase4\4.1\bin;C:\jbase4\4.1\jdk\jre\bin\classic;C:\jbase4\4.1\jdk\jre\lib;C:\jbase4\4.1\jdk\jre\bin;C:\jbase4\4.1\config;C:\Program > > Files\JavaFX\javafx-sdk1.2\bin;C:\Program > Files\JavaFX\javafx-sdk1.2\emulator\bin;C:\Program > Files\Microsoft.NET\FrameworkSDK\Bin\;C:\Program Files\Microsoft > Visual Studio > .NET\Common7\IDE\;C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\;C:\Program > Files\Microsoft Visual Studio > .NET\Vc7\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program > > Files\Java\jre1.5.0_04\bin > > Yeah, but it looks like it is picking up some other JDK first, which is a (next to useless) 1.3 (unless your version is shipping with 1.3, which I doubt). The java command is probably in System32 (I think that they did that at 1.3), so it doesn't matter what your PATH is, it will find that version first. You can see if this is the case:
c:\> java -version JRE 1.3....... c:\> C:\jbase4\4.1\jdk\jre\bin\classic\java -version JRE.... That's another thing too, in that you are using the classic, interpreted only VM I think and you want the hotspot compiler. Remove the JREs (add/remove programs). I would also remove the one that jBASE is shipping with as: a) Sun do not allow vendors to ship a JRE and TEMENOS should not be doing this; b) It will be way out of date, which is one of the reasons Sun don't want you to do it; You could also just set the jBASE JRExxx and JDXKxxx variables to point jBASE at your new VM and ignore the installed version. Then install JDK 1.6 Update 16 from java.sun.com: http://java.sun.com/javase/downloads/index.jsp Set your PATH up to call the new java command, reboot, and you should be set. Jim --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
