This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Question concerning the core protocol
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: <java at gcc dot gnu dot org>
- Date: Mon, 24 Feb 2003 17:47:42 +0100
- Subject: Question concerning the core protocol
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?