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: javax.mail, classpath and classpathx


>> Caused by: java.util.MissingResourceException: Bundle
>> gnu.java.locale.Calendar n
>> ot found
>
>Bugger.  This and LocaleInformation ought to be added to FirstThread,
>something like:


I was finally able to compile GCC 3.4 from CVS w/the patch, but I still
see the seemingly same problem.

c:\local\src>\\famine\oyvind\testgcc\send
Exception in thread "main" java.lang.ExceptionInInitializerError
   at __ZN4Send4mainEP6JArrayIPN4java4lang6StringEE
(C:\eclipse\workspace\SendMa
il\Send.class)
   at _main (c:\temp\ccsBaaaa.i)
Caused by: java.util.MissingResourceException: Bundle
gnu.java.locale.Calendar n
ot found
   at __ZN5javax4mail8internet14MailDateFormatC1Ev
(C:\eclipse\workspace\SendMai
l\gnumail.jar)
   at __ZN5javax4mail8internet11MimeMessage18__U3c_clinit__U3e_Ev
(C:\eclipse\wo
rkspace\SendMail\gnumail.jar)
   at __ZN4Send4mainEP6JArrayIPN4java4lang6StringEE
(C:\eclipse\workspace\SendMa
il\Send.class)
   ...1 more


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