This content has been marked as final.
Show 2 replies
-
1. Re: server/jvm.dll
jaikiran Sep 5, 2007 7:03 AM (in response to sciacca)"sciacca" wrote:
the version of jdk I wan to use is jdk1.5.0_12...what is the way to set my mean machine to use this one ?
All you have to do is set the JAVA_HOME to point to the path where your jdk1.5 is installed. Assuming, your jdk is installed at C:\Programmi\Java\jdk1.5.0_12, you can edit the run.bat file present in %JBOSS_HOME%/bin folder to add the following entry at the start:set JAVA_HOME=C:\Programmi\Java\jdk1.5.0_12
The other way to do this is, set an environment variable JAVA_HOME in Windows and point it to C:\Programmi\Java\jdk1.5.0_12 -