graylog-labs / collector

[DEPRECATED] The Graylog Collector
https://www.graylog.org
GNU General Public License v3.0
40 stars 16 forks source link

Support IBM_JDK #89

Open Spitfire1900 opened 8 years ago

Spitfire1900 commented 8 years ago

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.

joschi commented 8 years ago

@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?

Spitfire1900 commented 8 years ago

I tested this against IBM JDK and Oracle JDK.