Subject: problem running meetingscheduler demo on Solaris
From: Jose M Vidal (vidal@sc.edu)
Date: Tue Oct 01 2002 - 00:20:33 MET DST
Hi,
Im using JADE on my MAS class and we are having a problem running the
MeetingScheduler on Solaris (it works fine on Linux and Windows).
When I run it, right after clicking OK on the user login and before
the calendar window appears, I get:
java.lang.NullPointerException
at CalendarBean.JCalendar.setLocale(JCalendar.java:98)
at javax.swing.JComponent.<init>(JComponent.java:384)
I do not know anything about Locale's or why setting the setLocale
function is throwing this expection. Looking at the code:
,----
| public void setLocale(Locale l) {
| if (!initialized)
| super.setLocale(l);
| else {
| Locale oldLocale = locale;
| locale = l;
| dayChooser.setLocale(locale);
| monthChooser.setLocale(locale);
| firePropertyChange("locale", oldLocale, locale);
| }
| }
`----
does not help me much either.
Any hints?
Thanks,
Jose
-- Jose M. Vidal <vidal@sc.edu> http://jmvidal.cse.sc.edu University of South Carolina http://www.multiagent.com
This archive was generated by hypermail 2a22 : Tue Oct 01 2002 - 00:20:41 MET DST