This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: ClassLoader
>>>>> "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