[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help trying to compile
From: |
Michael Koch |
Subject: |
Re: Help trying to compile |
Date: |
Tue, 14 Dec 2004 20:29:58 +0100 |
User-agent: |
KMail/1.6.2 |
Am Dienstag, 14. Dezember 2004 20:14 schrieb Joao Victor:
> Exception in thread "main" java.lang.Error: not implemented
> at javax.swing.UIDefaults.put(java.lang.Object,
> java.lang.Object) (/usr/lib/libgcj.so.4.0.0)
> at javax.swing.plaf.basic.BasicDefaults.BasicDefaults()
> (/usr/lib/libgcj.so.4.0.0)
> at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults()
> (/usr/lib/libgcj.so.4.0.0)
> at javax.swing.UIManager.getDefaults()
> (/usr/lib/libgcj.so.4.0.0) at
> javax.swing.UIManager.getUI(javax.swing.JComponent)
> (/usr/lib/libgcj.so.4.0.0)
> at javax.swing.JPanel.updateUI() (/usr/lib/libgcj.so.4.0.0)
> at javax.swing.JPanel.JPanel(java.awt.LayoutManager, boolean)
> (/usr/lib/libgcj.so.4.0.0)
> at javax.swing.JPanel.JPanel() (/usr/lib/libgcj.so.4.0.0)
> at javax.swing.JRootPane.createGlassPane()
> (/usr/lib/libgcj.so.4.0.0) at javax.swing.JRootPane.getGlassPane()
> (/usr/lib/libgcj.so.4.0.0) at javax.swing.JRootPane.JRootPane()
> (/usr/lib/libgcj.so.4.0.0) at javax.swing.JFrame.createRootPane()
> (/usr/lib/libgcj.so.4.0.0) at javax.swing.JFrame.getRootPane()
> (/usr/lib/libgcj.so.4.0.0) at javax.swing.JFrame.frameInit()
> (/usr/lib/libgcj.so.4.0.0) at
> javax.swing.JFrame.JFrame(java.lang.String)
> (/usr/lib/libgcj.so.4.0.0) at Teste.main(java.lang.String[])
> (Unknown Source)
> ------------------
>
> Could it be because JFrame is child of Frame, which is an AWT
> component? Dunno...
You just hit a method that was not implemted in GCC 3.4. Your only
solution now is to try GCC 4.0 from CVS.
Michael
--
Homepage: http://www.worldforge.org/
- Re: Help trying to compile, (continued)
- Re: Help trying to compile, Joao Victor, 2004/12/14
- Re: Help trying to compile, Michael Koch, 2004/12/14
- Re: Help trying to compile, Joao Victor, 2004/12/14
- Re: Help trying to compile, Michael Koch, 2004/12/14
- Re: Help trying to compile, Joao Victor, 2004/12/14
- Re: Help trying to compile, Michael Koch, 2004/12/14
- Re: Help trying to compile, Joao Victor, 2004/12/14
- Re: Help trying to compile,
Michael Koch <=