collector icon indicating copy to clipboard operation
collector copied to clipboard

Support IBM_JDK

Open Spitfire1900 opened this issue 8 years ago • 2 comments

The service would not start correctly because a 64-bit jvm.dll was being passed to a 32-bit service as IBM JDK's output of java -version is not the same as Oracle's.

  • Have a cross-platform check for 32-bit or 64-bit.
  • Include IBM_JDK's default location for the jvm.dll.

Spitfire1900 avatar Apr 07 '16 15:04 Spitfire1900

@Spitfire1900 Thanks for your PR!

Would the batch script still work with other Java runtime environments or would this specifically only work with the IBM JDK?

joschi avatar Jul 18 '16 09:07 joschi

I tested this against IBM JDK and Oracle JDK.

Spitfire1900 avatar Jul 27 '16 15:07 Spitfire1900