Error in running swing based sample application.
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(Render ingEngine.java:138)
at sun.java2d.pipe.LoopPipe.<clinit>(LoopPipe.java:51 )
at sun.java2d.SurfaceData.<clinit>(SurfaceData.java:3 99)
at sun.awt.X11GraphicsConfig.<clinit>(X11GraphicsConf ig.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