From owner-freebsd-java Fri Apr 28 17:32:19 2000 Delivered-To: freebsd-java@freebsd.org Received: from mail.1connect.com (dsl-20919196228.sanjose.ca.internetconnect.net [209.191.96.228]) by hub.freebsd.org (Postfix) with ESMTP id 8B1AB37B777 for ; Fri, 28 Apr 2000 17:32:15 -0700 (PDT) (envelope-from keith@dominocomp.com) Received: from dominocomp.com ([10.0.0.75]) by mail.1connect.com (8.9.3/8.9.3) with ESMTP id RAA16675 for ; Fri, 28 Apr 2000 17:29:28 -0700 (PDT) (envelope-from keith@dominocomp.com) Message-ID: <390A2D57.6BC53D23@dominocomp.com> Date: Fri, 28 Apr 2000 17:31:19 -0700 From: Keith Wong X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@FreeBSD.ORG Subject: jserv classpath?? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I am getting the trouble of classpath or constructor problem. that is when i try to calling the DBoject under several directory by the servlets. For example: com.myDomino.myProject.myClass.myMethod. then, the constructor of myMethod can not be initialed(i am using filewriter to check the initialize), that is i am using Jserv's VM. But, when i run using JDK's VM, calling static main it is working fine no problem. I am wondering is it something wrong on the jserv's vm? I am sure that the JDK and Jserv's classpath is set correctly because the Jserv can find the class but can not be initialed. Is that something wrong on Jserv's classpath settings? My configure is that: apache-1.3.9 apache-jserv-1.0 FreeBSD 3.4 stable( i am not sure, 90% is that) Any reply is appreciate!!! Thanks Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message