Problems with javaw.exe and Win XP

Hi there,

we have problems with a Java-application (using j2se 1.4.0) and Win XP. When starting the application, the javaw.exe starts runnin (as it should to) but the application doesn't start. I have to kill the javaw.exe process, because it needs nearly 100% of the processor-resources.

The problem only appears (sometimes) with win XP!!

The poblem doesn't appear, when I change the settings of the application, so that ist starts with 256 colours !?

At first we thought it would be a problem with the graphic adapter. First I changed the driver and then i took another adapter, but it didn't help.

Maybe someone can help.

Uli

P.S. Sorry for my english....

[710 byte] By [274833uli_haasa] at [2007-9-27 23:09:48]
# 1

Try a "minimalist" approach. Cut out all of the code that is unrelated to the problem. As soon as the problem stops happening, look at the last piece of code you cut out. It should have some bearing on the problem. Of course, it may just be a problem with XP!

-Tim

By the way, your English is fine.

268641phyzomea at 2007-7-7 14:52:32 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2
Thanks for your help, but the application consists of about 7000 classes, so it's not possible to try it in this way.....
274833uli_haasa at 2007-7-7 14:52:32 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...