> JRE 1.6 Swing app freezes my Solaris 8 CDE desktop with dtwm running
> at 100% of the CPU. It works fine with JRE 1.5. Has anyone had such
> problem? Any solutions? Thanks
Is this an app you've developed? If so, your best bet is probably to
try to construct an SSCCE (http://mindprod.com/jgloss/sscce.html) to find
out whether it's a bug in your code (in which case we'll help you fix it),
or a bug in the JVM (in which case, you'd have to submit a bug report to
Sun and hope for the best).
If it's someone else's app, the best you can do is submit a bug report
to the developers.
- Oliver
Bidek - 08 Aug 2007 14:42 GMT
It's my own app, it freezes at random times.
It works fine with Openwindows on the same machine, it only freezes
with CDE.
I should try another app to see if the problem exists.
Thanks
> > JRE 1.6 Swing app freezes my Solaris 8 CDE desktop with dtwm running
> > at 100% of the CPU. It works fine with JRE 1.5. Has anyone had such
[quoted text clipped - 10 lines]
>
> - Oliver