java.lang.InternalError - No RenderingEngine module found

Jiri Vanek jvanek at redhat.com
Wed Mar 14 09:31:12 PDT 2012


On 03/14/2012 05:11 PM, Omair Majid wrote:
> On 03/14/2012 11:36 AM, Jiri Vanek wrote:
>>   It happend when trying to create  jframe from test, run inside junit,
>> run from make from commandline.
>
> Can you post the code that is causing the error and tell us exactly how
> you are running it?
>
> Thanks,
> Omair

just update

GraphicsDevice[] gs = ge.getScreenDevices();

have properly found two monitors

    for (int j = 0; j < gs.length; j++) {
       GraphicsDevice gd = gs[j];
       GraphicsConfiguration[] gc =
         gd.getConfigurations();

getConfigurations here  screams again with same exception

J:(



More information about the distro-pkg-dev mailing list