From owner-freebsd-java Fri Dec 6 9:25:12 2002 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08FAB37B401 for ; Fri, 6 Dec 2002 09:25:11 -0800 (PST) Received: from ext-nj2gw-3.online-age.net (ext-nj2gw-3.online-age.net [216.35.73.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 143D543EC5 for ; Fri, 6 Dec 2002 09:25:10 -0800 (PST) (envelope-from lapinski@crd.ge.com) Received: from int-nj2gw-1.online-age.net (int-nj2gw-1.online-age.net [3.159.236.65]) by ext-nj2gw-3.online-age.net (8.12.3/8.9.1/990426-RLH) with ESMTP id gB6HP0rd018556; Fri, 6 Dec 2002 12:25:01 -0500 (EST) Received: from crdns.crd.ge.com (localhost [127.0.0.1]) by int-nj2gw-1.online-age.net (8.12.3/8.12.3/990426-RLH) with ESMTP id gB6HOsj1012576; Fri, 6 Dec 2002 12:24:54 -0500 (EST) Received: from exc01crdge.crd.ge.com (exc01crdge.crd.ge.com [3.1.116.47]) by crdns.crd.ge.com (8.11.6/8.11.6) with ESMTP id gB6HOrs11766; Fri, 6 Dec 2002 12:24:53 -0500 (EST) Received: by exc01crdge.crd.ge.com with Internet Mail Service (5.5.2653.19) id ; Fri, 6 Dec 2002 12:24:53 -0500 Message-ID: From: "Lapinski, Michael (Research)" To: "'Fredrick Nilsson'" , "'freebsd-java@freebsd.org'" Subject: RE: using jdbc 3.0 Date: Fri, 6 Dec 2002 12:24:52 -0500 X-Mailer: Internet Mail Service (5.5.2653.19) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I think your problem stems from not having the JDBC driver jars in your class path. For exampel if your using JDBC 2.0 and oracle you need to include class12.zip in the classpath. Are they runtime or compile time errors that you are getting? -mtl -------------------------------------------------- Michael Lapinski Computer Scientist GE Research "I think there is a world market for maybe five computers." - IBM Chairman Thomas Watson, 1943 ->-----Original Message----- ->From: Fredrick Nilsson [mailto:fredrick.nilsson@framfab.se] ->Sent: Friday, December 06, 2002 12:20 PM ->To: 'freebsd-java@freebsd.org' ->Subject: using jdbc 3.0 -> -> ->hi! -> ->iv'e just started with learning how to use java in web applications. i ->started with installing tomcat and made some programming ->using javax.sql. ->now when i want to move on, i want to use javax.sql in ->ordinary classes that ->are used in jsp-pages. the only problem is that javax.sql ->isn't included in ->the jdk that i'm using (1.2). i tried to use classpath to tomcats .jar ->files, but i still couldn't use javax in ordinary classes. -> ->i dont really know where to go from here. does someone know ->of a separate ->download that bundles jdbc 3.0? or can i still do some tricks with ->classpaths? -> ->br -> ->.fredrick -> ->To Unsubscribe: send mail to majordomo@FreeBSD.org ->with "unsubscribe freebsd-java" in the body of the message -> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message