<AWT Dev> Error in running awt-swing based sample application.
Adityadham
aditya.sen007 at gmail.com
Tue Oct 19 05:15:08 PDT 2010
Hello Everyone,
I have downloaded the package for openjdk-6 and installed on my computer(
linux ubuntu). Non GUI programs are running fine. But when I try the
programs which have Swing GUI. I get the following error.
Exception in thread "main" java.lang.InternalError: No RenderingEngine
module found
at sun.java2d.pipe.RenderingEngine.getInstance(RenderingEngine.java:138)
at sun.java2d.pipe.LoopPipe.<clinit>(LoopPipe.java:51)
at sun.java2d.SurfaceData.<clinit>(SurfaceData.java:399)
at sun.awt.X11GraphicsConfig.<clinit>(X11GraphicsConfig.java:79)
at
sun.awt.X11GraphicsDevice.makeDefaultConfiguration(X11GraphicsDevice.java:244)
at
sun.awt.X11GraphicsDevice.getDefaultConfiguration(X11GraphicsDevice.java:214)
at java.awt.Window.init(Window.java:385)
at java.awt.Window.<init>(Window.java:438)
at java.awt.Frame.<init>(Frame.java:419)
at javax.swing.JFrame.<init>(JFrame.java:224)
at Frame1.<init>(Frame1.java:12)
at Frame1.main(Frame1.java:27)
Please can someone point me in the right direction. This is really urgent.
Thanks in advance.
Regards,
Aditya
--
View this message in context: http://old.nabble.com/Error-in-running-awt-swing-based-sample-application.-tp29999551p29999551.html
Sent from the OpenJDK AWT Development mailing list archive at Nabble.com.
More information about the awt-dev
mailing list