Re: Help Needed ??

1999-08-01 Thread Rachel Greenham
Rajkishore Barik wrote: > > Hi, > > Is it possible to get JDBC code for linux ? > If so, where can i get it. Sure, depends what back-end database you'd be connecting to though. PostgreSQL (http://www.postgresql.org), which I use, has a JDBC driver as part of the package. JDBC d

Re: Help needed

1999-07-22 Thread Jim Hazen
I don't have a problem with 1.1.7B, and if you use 1.2pre2 and put a System.out.println to print out sum after your loop, it will exit normally with a sum of 9604. Without the println, 1.2pre2 bombs for me too. Strange. -Jim

Re: Help needed

1999-07-22 Thread Nathan Meyers
Rudi Streif wrote: > > Raj, > > Basically it says that your code doesn't make sense because the result of > sum is invariant to the loop. I can't tell you why it fails under Blackdown > JDK1.2 for Linux (it does on my machine too) but works under Sun JDK1.2 for > Windows. The failure is in the

Re: Help needed

1999-07-22 Thread Rudi Streif
Raj, Basically it says that your code doesn't make sense because the result of sum is invariant to the loop. I can't tell you why it fails under Blackdown JDK1.2 for Linux (it does on my machine too) but works under Sun JDK1.2 for Windows. If you changed your code to something like this sum