java lockups

ash711fr

Registered
Hi everyone,
I am experiencing some lockups with java applications (complete lockups ie => HardReset)
One of the most buggy app is CodeGuide5.505:
http://www.omnicore.com/index.html

Whenever i click&Drag the scrollbar with the mouse, the system hangs. Can anybody tell me if they experience the same ?

I have recently installed the Java141DP10 + DP10Tools, can it be a problem with those ?

If yes, i think the problem may arise from the fact that this app extends standard scrollbar, which is impossible with the aqua lookNfeel, is there a way to switch to other java lookNfeel ?

Thanks in advance
[{Jag/DualG4@1Ghz w/ 1Gb Ram}]
 
You can tell which java you are running by entering java -version in the terminal. Even though you've installed the java 1.4, the system usually won't use it unless it's specifically told to.

You might try starting the jar file from the terminal command line, using the alternate Java VM.

If you can access the Java source code, you can change the Look And Feel easily, but I don't think that would solve your problem.
 
Have you checked the CodeGuide support forums? They have already addressed a number of 1.4 issues and have stated that there are many bugs (in the 1.4 preview) that they cannot work around.

hth,
bear
 
Back
Top