Colin D Chapman 7.Jul.08 10:15 AM a Web browser Toolkit6.1.2Windows XP
Not sure if this is the right place to ask but I've been looking everywhere and can't find an answer. I would appreciate any pointers as I am close to tearing what hair I have left out!
I am trying to create a plugin in Eclipse that I can use in a Lotus Notes composite application. I want the plugin to access an iSeries database via JDBC. I have created the plugin but can't get it to work if I use the Notes JVM. When I run it under this JVM I get a java.lang.NoClassDefFoundError: java.sql.Wrapper error. The java.sql.Wrapper class does not appear to be included in the Notes JVM. If I run the code using the Sun JVM it connects to the database and retrieves the data as expected. Is there any way I can connect to a JDBC source using the Notes JVM?