This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problem embedding resources


On Wed, 2005-10-19 at 14:38 +0200, camilla orlandi wrote:
> gcj -s -fjni --main=package/HelloWorld -s -o HelloWorld.exe 
> package/HelloWorld.java swtgif.o
> 
> doesn't work. 

Try --main=package.HelloWorld

The argument to --main is supposed to be a fully qualified class name,
not a path.

AG



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]