1 Reply Latest reply on Sep 24, 2003 1:39 AM by jonlee

    howto compile jboss 3.2.1 from source

    skripi

      Hi,

      i've searching for a howto or some documentation
      on howto compile jboss on a linux system.

      what jar files are required and what jdk's.

      Is there any how-to / tutorial ?

        • 1. Re: howto compile jboss 3.2.1 from source
          jonlee

          You just need a recent ANT release installed and a JDK 1.3.1 or higher. It may work with a JDK 1.3.0 but I haven't tried. A few people have had a problem with some versions of JDK 1.3.0 and JDK 1.3.1.

          In the build directory of the source, there is a build.sh. If you run that it will build a JBoss distribution in the output subdirectory. Make sure that JAVA_HOME and ANT_HOME are correctly configured for your environment.