Question concerning the core protocol
Erik Poupaert
erik.poupaert@chello.be
Mon Feb 24 17:59:00 GMT 2003
If I understand this right, the Class.getResourceAsStream("myresource.xxx")
is mapped onto the core protocol in a GCJ-compiled executable.
If the class is fully qualified as mynamespace.myClass, does anybody know
what key I should compile the resource with in the option --resource=key.
Should use the key "/mynamespace/myClass/myresource.xxx" or the key
"mynamespace/myClass/myresource.xxx" or something else?
More information about the Java
mailing list