2 Replies Latest reply on Mar 15, 2003 12:30 PM by everbright

    Problems Starting  JBoss

    everbright

      Hi,

      I downloaded the JBoss-Tomcat packae and installed it to my c:\Jboss directory.

      Tried running run.bat, but it complained about Java_Home not set. Subsequently I set this and tried running again.

      This time it gave me the following errors:

      Outof environment space
      syntax error
      Exception in thread "main" java.lang.NoClassDefFoundErrorL: org/JBoss/main

      BTW, I'm running this on Windows 98 2nd edition. Does this affect anything?

      Am I missing something here?

      I'm new to J2EE and JBoss. Would appreciate any help.

      Thanks!

        • 1. Re: Problems Starting  JBoss
          raja05

          increase the size of ur environment table using
          shell=command.com /e:8192 /p
          on the command line

          put this in config.sys if u need it to be set every time u start windows. The above command (shell=command.com /e:8192 /p) will do it only for that DOS window!!!

          • 2. Re: Problems Starting  JBoss
            everbright

            It worked! Now I can start the server. But I still get the syntax error at the beginning. Is that going to cause any problems?

            But in any case, thanks for the tip! Really appreciated it.