Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 90032 invoked from network); 13 Feb 2002 02:53:37 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 13 Feb 2002 02:53:37 -0000 Received: (qmail 6670 invoked by uid 97); 13 Feb 2002 02:53:22 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 6623 invoked by uid 97); 13 Feb 2002 02:53:21 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 6607 invoked from network); 13 Feb 2002 02:53:21 -0000 Message-ID: <000801c1b439$b6b008d0$3e30e70c@C36432B> From: "smashingwebs" To: "Tomcat Users List" References: Subject: Re: Defining your own class Date: Tue, 12 Feb 2002 18:54:10 -0800 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.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thanks for your help Bryan. When I did it like this javac -classpath c:\jdk1.3.1\bin;c:\jdk1.3.1\lib\jasper.jar myclass.java it worked! Thanks again.... ----- Original Message ----- From: "Bryan Austad" To: "Tomcat Users List" Sent: Tuesday, February 12, 2002 5:08 PM Subject: RE: Defining your own class > Have you tried... > javac -classpath [PATH]/jasper-runtime.jar myclass.java? > > If you are using Tomcat 4.0.2 I know this class is in jasper-runtime.jar. > > -----Original Message----- > From: smashingwebs [mailto:brennan@smashingwebs.com] > Sent: Tuesday, February 12, 2002 5:55 PM > To: Tomcat Users List > Subject: Re: Defining your own class > > > to compile I just change directories to jdk1.3.1:/> and go javac > myclass.java > > P.S. I should note that I have tried something that does work > which is to compile my class without HttpJspBase and then > jaring it with the tomcat servlet library, but this then makes > my application totally unportable.... > > > ----- Original Message ----- > From: "Bryan Austad" > To: "Tomcat Users List" > Sent: Tuesday, February 12, 2002 4:55 PM > Subject: RE: Defining your own class > > > > What does your classpath look like when compiling? > > javac -classpath ? YourClass > > > > > > -----Original Message----- > > From: smashingwebs [mailto:brennan@smashingwebs.com] > > Sent: Tuesday, February 12, 2002 5:44 PM > > To: tomcat-user@jakarta.apache.org > > Subject: JSP: Defining your own class > > > > > > Hi All, > > I am using tomcat for my jsp container. I have a book that > > says that if I want to define my own class and constructor > > I need to make it extend a class in org.apache.jasper.runtime.*; > > called HttpJspBase. The problem is when I try to compile > > it with jdk1.3.1 I get the message that this file doesn't exist. > > I know it exists in the Tomcat lib under jasper.jar > > But if I try to put that jar file into my jdk lib file...it > > still wont find it. > > Anybody have any ideas or any other way I can define my > > own class and get jsp servlets to recognize it. I've tried > > many different things from defining the class on the jsp > > page to compiling the class (without HttpJspBase) and > > putting it all over the place in tomcat. > > > > > > -- > > To unsubscribe: > > For additional commands: > > Troubles with the list: > > > > > -- > To unsubscribe: > For additional commands: > Troubles with the list: > > -- > To unsubscribe: > For additional commands: > Troubles with the list: > -- To unsubscribe: For additional commands: Troubles with the list: