Hi LimeDude,
The bug you received is related to the JIT (Just In Time) compiler on OS9. JIT compiling is something that Java does to convert its code into native code in order to speed up the running. Unfortunately, it mutates the code in ways that can lead to unexpected problems.
Short of disabling JIT (which is far from ideal), solving this issue is rather difficult. Upgrading to OSX should definitely solve this particular problem, but I realize that's not always possible.
Does the problem occur on every startup, or just occasionally?
Thanks. |