Hi again,
The Problem was Toolkit.getScreenResolution() wasn't implemented, and
CSS$LengthUnit called it in its initializer.
I wonder why that Exception wasn't shown anywhere, there is clearly no
catch that could have swallowed the throwable.
Thanks, Clemens
2011/7/2 Clemens Eisserer :
> Hi Rom
Hi Roman,
> Are there any preceding exceptions? Most often this is caused by
> something that goes wrong while loading the class, which results in a
> NoClassDefFoundError. The first time this happens, it should show the
> root cause, then that class is flagged as error state and any access to
> t
Hi Clemens,
> I am working on a Caciocavallo-based AWT implementation which
> (hopefully) will allow to run Swing-Applications server-side but
> re-direct rendering/events to a Canvas5 capable browser.
>
> However I have troubles with Swing elements which contain HTML,
> initiating those widgets
Hi,
I am working on a Caciocavallo-based AWT implementation which
(hopefully) will allow to run Swing-Applications server-side but
re-direct rendering/events to a Canvas5 capable browser.
However I have troubles with Swing elements which contain HTML,
initiating those widgets fails with a NoClass