| Jarrod Hermer on Fri, 21 Feb 2003 10:29:33 +0200 (SAST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| [Linux dev] Re: Java NullPointerException |
|
Thanks Danie! It seems like that was the problem, somehow I must have forgoten about that particular configuration requirment J -----Original Message-----
Is your JDBC driver in the classpath in the production machine. Send the stacktrace - it will give me a better idea of where your problem is? Danie -----Original Message-----
Hi all, I have a strange bug which I can't seem to pin down.
Using Java 1.4.1 I ------------------------------------------------------------------------
ResultSet rs = null; try while(rs.next()) ------------------------------------------------------------------------
On my development machine it functions without any
problems. However on Any ideas? Regards, |