1 Reply Latest reply on Mar 30, 2007 2:30 PM by peterj

    Java-Installation and JBoss 4.0.5

    msk

      Hello,

      i wan´t to run JBoss (4.0.5) on an Windows Small Business Server 2003. After havening installed Java SDK-6 i tried to start JBoss over the "run.bat" file. After that i get a new Window, a Dos-Box, where it says that there is no "jvm.dll" in the java/bin/server Dir. All Java-Versions i tried so far did not create a /Server folder in the Java/Bin Dir. Which one do i have to use? Can anyone help me out? A Link to the correct file would be great.

      Best regard.
      Martin

        • 1. Re: Java-Installation and JBoss 4.0.5
          peterj

          Two suggestions.

          First, do not use JDK 6. There are various incompatibility issues. I recommend that you install the 5.0 JDK first. Also, when you install it, do not install it to Program Files, spaces in directory names give some Java code fits. I have mine installed at c:\apps\jdk1.5.0_11

          Second, set the JAVA_HOME environment variable to the location where the 5.0 JDK was installed. I set JAVA_HOME to c:\apps\jdk1.5.0_11