[fedora-java] .jar and .so both loaded?

Gary Benson gbenson at redhat.com
Thu Jul 14 09:59:33 UTC 2005


Peter Backlund wrote:
> Is it still possible to build a Java application into a standalone
> executable, that does not require gij to run? Is there any guilde
> on how to do that?

You can use something like:

  gcj --main=com.foo.bar.Main libbaz.jar.so -o moose

(Though you don't gain much over gij)

Cheers,
Gary




More information about the fedora-devel-java-list mailing list