Jre 1.6 and CDE  
Author Message
Bidek





PostPosted: 2007-8-6 21:26:00 Top

java-programmer, Jre 1.6 and CDE 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

 
Oliver Wong





PostPosted: 2007-8-7 5:59:00 Top

java-programmer >> Jre 1.6 and CDE "Bidek" <email***@***.com> wrote in message
news:email***@***.com...
> 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





PostPosted: 2007-8-8 21:42:00 Top

java-programmer >> Jre 1.6 and CDE 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

On Aug 6, 5:58 pm, "Oliver Wong" <email***@***.com> wrote:
> "Bidek" <email***@***.com> wrote in messag
>
> news:email***@***.com...
>
> > 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