From owner-freebsd-questions Wed Jan 3 6:23:20 2001 From owner-freebsd-questions@FreeBSD.ORG Wed Jan 3 06:23:18 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from viemta04.chello.at (viemta04.chello.at [195.34.133.54]) by hub.freebsd.org (Postfix) with ESMTP id A045F37B400 for ; Wed, 3 Jan 2001 06:23:16 -0800 (PST) Received: from amd ([212.186.196.204]) by viemta04.chello.at (InterMail vK.4.03.01.00 201-232-122 license 9caa03a7df1d31c048ffcc0d31ac5855) with SMTP id <20010103142319.BGXR654.viemta04@amd> for ; Wed, 3 Jan 2001 15:23:19 +0100 From: "Daniel Ruthardt" To: Subject: linux-jdk1.3.0 Date: Wed, 3 Jan 2001 15:23:06 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I have written a chatserver in java and want to start it on my FreeBSD 4.2 server. As on windows, i am using jdk1.3 (linux version) on my FreeBSD server to. Beside the classes located in jdk's src.jar i am using the classes located in mysql.jar. Within the chatserver i load the mysql driver using Class.forName("org.gjt.mm.mysql.Driver"). On windows everything is alricht, but on FreeBSD java throws a ClassNotFoundException, wich means, that the file mysql.jar could not be founde in the java classpath, wich is NOT possible at all, cause the java classpath is specified in .chsrs as well as directly using -classpath. Is there anyone out there, who encountered the same problem? greetings, Daniel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message