This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]