Re: [Java-gnome-developer] Help me compile a Glade based app natively with GCJ
Brought to you by:
afcowie
From: Anthony G. <gr...@re...> - 2005-11-02 21:20:52
|
On Wed, 2005-11-02 at 23:13 +0200, Spyros Stathopoulos wrote: > Hi, again > > I think I've found smth here: > The Main.java class contains the package declaration > > package org.test; > > When removing it, it seems to compile fine. When put back the linker > produces the same error. Is there a way to keep the package > declaration? Use --main=org.test.Main instead of just --main=Main. This is a common error. AG |