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:[EMAIL PROTECTED]] > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
