Re: CSS$LengthUnit not found when running with my own AWT implementation

2011-07-02 Thread Clemens Eisserer
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

Re: CSS$LengthUnit not found when running with my own AWT implementation

2011-07-02 Thread Clemens Eisserer
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

Re: CSS$LengthUnit not found when running with my own AWT implementation

2011-07-01 Thread Roman Kennke
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

CSS$LengthUnit not found when running with my own AWT implementation

2011-06-29 Thread Clemens Eisserer
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