Re: [Java-gnome-developer] Help me compile a Glade based app natively with GCJ
Brought to you by:
afcowie
From: Spyros S. <fou...@gm...> - 2005-11-03 17:09:13
|
Hi Anthony, you were right, I should have used the full path org.test.Main. I should have thought that it was going to be a stupid mistake. Thank you (and everybody) for your kind help Spyros "Foucault" Stathopoulos On 11/2/05, Anthony Green <gr...@re...> wrote: > > 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=3Dorg.test.Main instead of just --main=3DMain. This is a commo= n > error. > > AG > > > |