3 Replies Latest reply on Jan 27, 2004 3:34 PM by shortpasta

    Does Jboss support window 2000 sp4?

    kinaa

      As title,
      thanks.

      I found article on web, until now I only know it support windows 2000 sp3.
      any one tried it on windows 2000 sp4?

      thanks

      kin

        • 1. Re: Does Jboss support window 2000 sp4?
          darranl

          Yes

          • 2. Re: Does Jboss support window 2000 sp4?
            rolfpf

            Yes. I have itr working with Windows 2000 Advanced Server with SP4.

            I don't see how a SP could cause a problem anyway.

            • 3. Re: Does Jboss support window 2000 sp4?
              shortpasta

              some of our customers upgraded to win 2000 sp4.
              after they did that, our app stopped working.

              as it turns out, sp4 screwed something up with dll loading.

              our app uses the comm.jar + win32com.dll to perform serial communications. we got our paths & classpaths all setup & it works on all platforms.

              then sp4 comes along, changes something in the dll loading mechanism & then we spend hours and hours trying to figure out how to fix it. the solution at the end was to take the dll & move it from our thirdparty location to the same location as run.bat.

              so for us, this is NOT a JBoss issue but rather an OS issue, and possibly a JVM dll-loading issue.