2 Replies Latest reply on Oct 27, 2003 9:25 AM by mhemling

    IBM java 1.4.1 Linux  (DL360) Redhat 9

    mhemling

      I just attempted to switch to the IBM java 1.4.1 to see how fast it is but I cannot get JBOSS 3.2.1 to build. It builds and runs fun under the Sun java sdk. Anyone else have the same problems?

      The build just bombs out in the middle.

      thanks.

        • 1. Re: IBM java 1.4.1 Linux  (DL360) Redhat 9
          jonlee

          I built mine (JBoss 3.2.2) on Slackware 9.1 using the IBM SDK and experienced no problems.

          Have you tried -
          export LD_ASSUME_KERNEL=2.2.5
          before building it? Read the notes that come with the SDK for more information on this.

          Otherwise, if that should fail as well, build it with the Sun JDK and then try running it with the IBM SDK. I haven't experienced any problems running JBoss on Red Hat 9.

          • 2. Re: IBM java 1.4.1 Linux  (DL360) Redhat 9
            mhemling

            thanks I will try this.

            I wasn't sure if building with the SUN sdk and then running with the IBM version was a good idea. I'll try it though.