On Wed, Jun 20, 2001 at 12:24:22AM +0200, [EMAIL PROTECTED] wrote: > I have to compile the servlet? > I ha a simple servlet (Hello world) > what I have to do: > -complie and put it (file.class) in appropriate directory Yes, compile it and put the bytecode in WEB-INF/classes > -or just put it (file.java) in appropriate directory? > > and how can I compile a servlet? With a Java compiler (javac, jikes, etc), just like regular Java code. Cheers, Neil
- Has the servlet be compiled? rino . mail
- RE: Has the servlet be compiled? Neil Conway
- RE: Has the servlet be compiled? Filip Hanik
- Re: Has the servlet be compiled? Daniel de Almeida Alvares
- Re: Has the servlet be compiled? Dmitri Colebatch
- Re: Has the servlet be compiled? Dmitry Rogatkin
