From: Gustav B. <Gus...@eo...> - 2002-03-07 16:43:19
|
Hi! You probably have a JDBC 2.0 driver. This means you have to add the jdbc-ext.jar (Something like that, it = should probably come with your JDBC Driver). javax.sql is an extension and not part of the 1.3 SDK. It should be part = of the J2EE SDK however (Try adding the j2ee.jar to your classpath). Hope this helps, gustav bostr=F6m the eon company www.eoncompany.com o +46-8-54528800 m +46-70-9575154 e gus...@eo... -----Original Message----- From: John Goerzen [mailto:jgo...@qu...] Sent: Thursday, March 07, 2002 5:21 PM To: jyt...@li... Cc: jgo...@co... Subject: [Jython-users] Problem with zxJDBC Hi, I'm trying to use the zxJDBC connectx call as shown in the jython=20 documentation example. However, when I try it, I get: java.lang.NoClassDefFoundError: java.lang.NoClassDefFoundError:=20 javax/sql/DataSource Perusing my Java API docs, I see no javax.sql at all -- it's just=20 java.sql. This is Sun JDK 1.3.1. Any ideas? Thanks, John Goerzen _______________________________________________ Jython-users mailing list Jyt...@li... https://lists.sourceforge.net/lists/listinfo/jython-users |