Re: System.out oddity

1999-09-03 Thread John Reynolds
b/i386 directory. Use chmod 755 * > > and you also might need to do that with your fonts as well (if you are getting > font warning messages) > > -Riyad > > John Reynolds wrote: > > > Hi all, > > > > I suddenly started to get the following when trying to com

System.out oddity

1999-09-02 Thread John Reynolds
Hi all, I suddenly started to get the following when trying to compile files. [johnr@medoc ~]$ java -green -version Warning: JIT compiler "sunwjit" not found. Will use interpreter. java version "1.2" Classic VM (build Linux_JDK_1.2_pre-release-v2, green threads, nojit) [johnr@medoc ~]$ cd /usr/s

Re: Bug in date?

1999-01-02 Thread John Reynolds
Please ignore the previous mails, I got it fixed using DateFormat (Gawd, talk about Sun making things ackward). John John Reynolds wrote: > The bug of course is in Calendar. > > John Reynolds wrote: > > > Hmm is there something wrong with me or is it pre2 problem. >

Bug in date?

1999-01-02 Thread John Reynolds
Hmm is there something wrong with me or is it pre2 problem. Note the minute field in the time stamp 1999-11-03 23:46:56.0 ^^ and compare it to that in minute field of the calandar object java.util.GregorianCalendar [time=941672816000,areFieldsSet=true,areAllField

Re: Bug in date?

1999-01-02 Thread John Reynolds
The bug of course is in Calendar. John Reynolds wrote: > Hmm is there something wrong with me or is it pre2 problem. > > Note the minute field in the time stamp > 1999-11-03 23:46:56.0 > ^^ > > and compare it to that in minute field o