Re: [Java-gnome-developer] Help me compile a Glade based app natively with GCJ
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2005-11-03 02:56:58
|
On Wed, 2005-02-11 at 13:20 -0800, Anthony Green wrote: > Use --main=org.test.Main instead of just --main=Main. This is a common > error. ... along with forgetting to put the class in a subdirectory matching its package declaration (Spyros, if you want to keep the package statement, then Main.java has to be in ./org/test assuming . is on your classpath) AfC Bangalore |