Skip to Main Content

Java APIs

System.out.println() Ignored

806492Feb 16 2011 — edited Feb 19 2011
I have a open source JDBC driver which has to be enhanced.

It is compiled with ant. I tried to code in my new methods for enhancing it and wanted to print the intermediate variables through System.out.println(). This particular line for printing onto the console is ignored and remaining code is working fine.

Can someone tell me where I went wrong?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2011
Added on Feb 16 2011
2 comments
1,364 views