Can I debug JDBC programs with Microsofts Visual J++?
Yes, it is possible to debug Java programs that use Oracle Thin JDBC Driver with Microsoft Visual J++ Java development tool. Further, it is also possible to debug JDBC OCI programs in Visual J++ but the driver has been built for the Javasoft Java VM. It is therefore necessary to modify the Visual J++ environment to run using the Javasoft Java VM instead of the Microsoft VM.For more information, see the following web site: http://www.javaworld.com/javaworld/javatips/jw-javatip25.