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: How to overcome MissingResourceException (gnu.java.locale.Calendar)


Martin> //    private static Class _c = gnu.java.locale.Calendar.class;
I don't think you said what platform you're on.  If you can I highly
recommend using dynamic linking instead of static linking.  That will
fix all these difficulties.
Besides, I don't seem to be able to use dynamic linking with gcj under cygwin. My executables always become extremely large...

// Martin



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