Newbie

Tom Tromey tromey@redhat.com
Mon Oct 14 11:35:00 GMT 2002


>>>>> "Loïc" == Loïc Péron <loic.peron@bigfoot.com> writes:

Loïc> Well, what I want to achive is a win32 stand alone java-written
Loïc> application using bytecode libraries and a native launcher that
Loïc> does not rely on anything else than it's own binary libraries.

Do you mean you want the bytecode to appear in these libraries instead
of in a separate .jar file?

That is possible though I don't know that anybody has tried it.
You could compile the bytecode files into the library as resources.
Then you would add the appropriate core: URL to the class path in your
application.  Once that is done, the system class loader should be
able to find the bytecode that you put in the library.

core: URLs might not be documented :-(
I didn't look.

Tom



More information about the Java mailing list