Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 22639 invoked from network); 3 Feb 2003 21:31:53 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 3 Feb 2003 21:31:53 -0000 Received: (qmail 6095 invoked by uid 97); 3 Feb 2003 21:33:26 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 6087 invoked from network); 3 Feb 2003 21:33:25 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 3 Feb 2003 21:33:25 -0000 Received: (qmail 20396 invoked by uid 500); 3 Feb 2003 21:31:24 -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 20328 invoked from network); 3 Feb 2003 21:31:24 -0000 Received: from av2.rz.fh-augsburg.de (HELO FH-Augsburg.DE) (141.82.16.242) by daedalus.apache.org with SMTP; 3 Feb 2003 21:31:24 -0000 Received: from meduron700 (dial19-220.RZ.FH-Augsburg.DE [141.82.19.220]) by FH-Augsburg.DE (8.12.6/8.12.6) with ESMTP id h13LWg87004830 for ; Mon, 3 Feb 2003 22:32:42 +0100 (MET) Reply-To: From: "mech" To: "'Tomcat Users List'" Subject: RE: jsp:useBean error Date: Mon, 3 Feb 2003 22:30:50 +0100 Message-ID: <000601c2cbcb$8972d8c0$0101a8c0@meduron700> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 5 (Lowest) X-MSMail-Priority: Low X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <20030203211348.11380.qmail@web80008.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Low X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam, SpamAssassin (Wertung=1.3, ben�tigt 5, IN_REP_TO, NO_EXPERIENCE, SPAM_PHRASE_08_13) X-MailScanner-SpamScore: s X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N SCNR (just for my humor): http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html org.burrus.[name of file] means that you have a directory structure like: org +-burrus in that subdirectory you have your class files [name of file] So in case you have a class named "MyFirstCupOfJava" that you save under: [wherever your workspace is]/org/burrus/MyFirstCupOfJava.java you could import this file with: "import org.burrus.MyFirstCupOfJava" in any of your other projects java files. Oversimplified: "package == directory" ;-) Michael P.S. Although I really tried to explain, I doubt I could do it better than any book author or the author of Sun's Java Tutorial... > -----Original Message----- > From: Steve Burrus [mailto:burrus1@swbell.net] > Sent: Montag, 3. Februar 2003 22:14 > To: Tomcat Users List > Subject: RE: jsp:useBean error > > > Hi Filip, I just now read yer little email msg. to me, and I > understand that there should be little or even nothing that I > need to do "special" to get the jsp/servlet to work in > JBuilder!! However, I have no experience at all in "packaging > up" a .java file! Would u please "humor me" and explain the > process to me?! I have been told that I need to create > something like "org.burrus.[name of file]" or something > similiar. I know that you possess a "massive" amount of > knowledge about Tomcat, so please give a "newbie" like me > just a little piece of that knowledge. :) I thank you very much. > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org