RE: How do you compile ?

2000-12-11 Thread Jon Skeet
How do I compile this servlet so it should know what where that function is? I think you'd be better off learning Java first, *then* going into servlets - trying to learn both at once may well be much trickier than learning one at a time. Jon

RE: How do you compile ?

2000-12-11 Thread Adress, David S.
:39 PM To: [EMAIL PROTECTED] Subject: RE: How do you compile ? How do I compile this servlet so it should know what where that function is? I think you'd be better off learning Java first, *then* going into servlets - trying to learn both at once may well be much trickier than learning one

RE: How do you compile ?

2000-12-11 Thread Jon Skeet
I basically want to know if a servlet is using a function in another package how do you compile that servlet? What tags do I include or how do I reference the package when I compile. And what I've said, and what I'll repeat, is that you should learn Java *first*. If you knew Java, you'd know

RE: How do you compile ?

2000-12-11 Thread Bryan Basham
I basically want to know if a servlet is using a function in another package how do you compile that servlet? What tags do I include or how do I reference the package when I compile. These are the main techniques. * If the "other package" exists as a JAR, then use: javac -classpath