Re: Alternative Java client
Reply #47 –
[quote author="rsdio"]
java version "1.5.0_19"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_19-b02-306)
Java HotSpot(TM) Client VM (build 1.5.0_19-138, mixed mode, sharing)
I'll try echoing the variables...
[/quote]
Ah, this is the culprit. The current codebase of the client has quite some dependencies with Java6 (even more than I initially thought), so even if the run scripts would be fixed the code would crash out with ClassNotFoundExceptions on various occasions.
Would it be possible for you to upgrade your JVM to Java6?