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] | |
Ok I found the problem. I am statically linking my app and it uses java.util.Date which references gnu.java.locale.Calendar causing this exception:
Failed to execute runnable (java.util.MissingResourceException: Bundle gnu.java.locale.Calendar not found)
I found a post (http://gcc.gnu.org/ml/java/2002-04/msg00184.html) that
suggest some workarounds. Is this a documented bug or feature request? I ask
because things seem to get fixed very quickly but the message I site is
almost 1.5 years old.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |