From owner-freebsd-questions Wed Dec 13 5:26:15 2000 From owner-freebsd-questions@FreeBSD.ORG Wed Dec 13 05:26:12 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from coloradosurf.com (c769378-a.lakwod3.co.home.com [24.15.35.141]) by hub.freebsd.org (Postfix) with ESMTP id 4DACF37B400 for ; Wed, 13 Dec 2000 05:26:12 -0800 (PST) Received: from heike ([172.16.1.2]) by coloradosurf.com (8.11.1/8.9.3) with SMTP id eBDDOs556777; Wed, 13 Dec 2000 06:24:54 -0700 (MST) (envelope-from mike@coloradosurf.com) Message-ID: <001601c06508$879e0dc0$020110ac@c769378a.lakwod3.co.home.com> From: "mike" To: "Sean Peck" Cc: References: Subject: Re: apache-jserv problem installing from ports Date: Wed, 13 Dec 2000 06:27:51 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Since everyone is telling me (basically) the same thing (and it still won't install - same error message), I'm assuming I just don't get it. # echo $CLASSPATH /usr/local/share/java/classes (where the .jar file is - in /usr/local/share/java/classes/jsdk.jar) -just to try things I also tried /usr/local/jdk1.1.8/lib and /usr/local/jdk1.1.8/bin just for fun: # echo $PATH /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/bin:/root /bin:/usr/local/jdk1.1.8/bin:/usr/local/share/java/classes I have both jdk (in /usr/local/jdk1.1.8) and jsdk (in /usr/local/share/java) installed. I am still getting the same make error: checking JSDK... configure: error: javax.servlet.Servlet not found in /usr/local/share/java/classes/jsdk.jar ===> Script "configure" failed: here are the contents of "config.log I really appreciate everyone's help. Please enlighten me if you can see what I'm doing wrong. Thanks!! mike ----- Original Message ----- From: "Sean Peck" To: "mike" Sent: Tuesday, December 12, 2000 11:22 AM Subject: Re: apache-jserv problem installing from ports > No, it contains the servlet classes, make sure the .jar is in your > classpath > > On Tue, 12 Dec 2000, mike wrote: > > > Thank you for your replies, > > > > but... > > > > I did install the java-1.1.8 and the jsdk. The file > > /usr/local/share/java/classes/jsdk.jar does exist (it apparently doesn't > > contain the class javax.servlet.Servlet !?!). > > > > > checking JSDK... configure: error: javax.servlet.Servlet not found in > > /usr/local/share/java/classes/jsdk.jar > > > ===> Script "configure" failed: here are the contents of "config.log" > > > > > > Any other ideas? > > > > Thanks, > > > > mike > > > > > > ----- Original Message ----- > > From: "Flemming Froekjaer" > > To: > > Cc: "mike" > > Sent: Monday, December 11, 2000 8:21 PM > > Subject: Re: apache-jserv problem installing from ports > > > > > > > mike wrote: > > > > > > > I am trying to install apache-jserv from the ports > > (/usr/ports/www/apache-jserv) and it won't install. > > > > It craps out when looking for "javax.servlet.Servlet not found in > > /usr/local/share/java/classes/jsdk.jar" > > > > I have pasted the entire make output below. > > > > > > > > configure:3938: checking JSDK > > > > (end of "config.log") > > > > *** Error code 1 > > > > > > It seems like you forgot to install the Java Servlet Development kit. > > > You have to download and install it before you can install the Jserv. > > > > > > \Flemming > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message