2 Replies Latest reply on Aug 28, 2007 12:55 PM by ros060

    Jboss installation in Vista

    ros060

      Hello,

      I am trying to install JBoss AS on my laptop which is running vista.

      But everytime I extract the files to the C drive and try to run it I get the following error:

      C:\jboss-4.2.0.GA\bin>run
      'findstr' is not recognized as an internal or external command,
      operable program or batch file.


      Would be really thankful if somebody could help me with this problem.

      Thanks in advance.
      ros

        • 1. Re: Jboss installation in Vista
          dimitris

          We haven't tried it on Vista. Obviously it's this line in bin/run.bat:

          ...
          rem Add -server to the JVM options, if supported
          "%JAVA%" -version 2>&1 | findstr /I hotspot > nul
          if not errorlevel == 1 (set JAVA_OPTS=%JAVA_OPTS% -server)
          ...
          

          Just change it to:
          set JAVA_OPTS=%JAVA_OPTS% -server
          

          and try again.

          • 2. Re: Jboss installation in Vista
            ros060

            Thank you so much Dimitris. JBOSS is running on the system now.

            :-)
            ros