ClassLoader

Tom Tromey tromey@cygnus.com
Sat Aug 14 12:39:00 GMT 1999


>>>>> "Kresten" == Kresten Krab Thorup <krab@gnu.org> writes:

Kresten> Whatever we do, there will soon be a need to have "a place"
Kresten> which is like JAVAHOME for storing property files.  For
Kresten> embedded applications, it might make sense to figure a way to
Kresten> link those properties into the image directly.

We could write a program that compiles a property file into a class
(or Java) file.  This class file could then be compiled and linked in.
This would work without changes anywhere else in the system.

For Windows it would be nice to have a way to use the standard
resource mechanism.

Tom


More information about the Java mailing list