How to compile a several files .java in JDK?

Hello, Im a beginner in servlet. So my question is how to compile a several .java files, one of them is servlet means

that with import javax.servlet.http

the rest files .java I need coz in the servlet I import this files as instances process.

regards,

raj aryan maholtra

[308 byte] By [paichow] at [2007-9-26 3:22:50]
# 1
If you are working from the command line, do javac *.java. If you are using an IDE, it may have an option to to that. Bosun
bbello5778 at 2007-6-29 11:40:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...