[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: HP-UX
On Wed, Sep 9 1998, Neal A. Dillman wrote:
> 1) The color for the menus on the main window (as well as other places)
> is white on white when unselected. This makes it difficult (impossible
> actually) to read. The menus are somewhat readable when they are
> selected. I did not see an option in the code to change this.
Interesting. Sounds like AWT's responsibility, the peering being less
than ideal?
> 2) When I try to do a checkout I get:
> Exception occurred during event dispatching:
> java.lang.NullPointerException
> at java.util.GregorianCalendar.computeFields(Compiled Code)
> at java.util.Calendar.setTimeInMillis(Calendar.java)
> at java.util.Calendar.setTime(Calendar.java)
> at java.text.SimpleDateFormat.format(Compiled Code)
> at java.text.DateFormat.format(DateFormat.java)
This is usually the result of timezone issues in the JDK. Check the
properties (<HOME>/jcvsrc.txt is where you override them, defaults.txt
in the source code will show you what's there. You might have to set
the timezone string to something other than "GMT". Maybe "GMT+00".
- References:
- HP-UX
- From: "Neal A. Dillman" <neald@rose.hp.com>