Thread: LimeWire 3.2.0
View Single Post
  #10 (permalink)  
Old July 1st, 2003
sberlin sberlin is offline
Software Developer
 
Join Date: November 4th, 2002
Location: New York
Posts: 1,366
sberlin is flying high
Default

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.