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]

Re: Compiling resources with --resource


On 19 Jul 2002, dreiss wrote:
> gcj -c --resource gnu/getopt/MessagesBundle
> gnu/getopt/MessagesBundle.properties -o gnu.getopt.MessagesBundle.o

Try appending ".properties" to the compiled resource path:

gcj -c --resource gnu/getopt/MessageBundle.properties
gnu/getopt/MessagesBundle.properties -o gnu.getopt.MessagesBundle.o

Jeff



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