RE: [OT] Tomcat Compiler probs

2007-03-05 Thread Caldarale, Charles R
> From: Natasha N Wright [mailto:[EMAIL PROTECTED] > Subject: Re: [OT] Tomcat Compiler probs > > the tomcat4 part of the command as far as i'm aware just > makes sure that the correct JDK version shipped with > TOmcat 4 is used. No JDK ships with Tomcat - you have

Re: [OT] Tomcat Compiler probs

2007-03-05 Thread Natasha N Wright
Caldarale, Charles R wrote: From: Natasha N Wright [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat Compiler probs I am creating a servlet which connects to a database so I am using the: tomcat4 javac .java command to compile my java files. Is tomcat4 a script that someone has placed on your

RE: [OT] Tomcat Compiler probs

2007-03-05 Thread Caldarale, Charles R
> From: Natasha N Wright [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat Compiler probs > > I am creating a servlet which connects to a database > so I am using the: > > tomcat4 javac .java > command to compile my java files. Is tomcat4 a script that someone has plac

Re: Tomcat Compiler probs

2007-03-05 Thread Natasha N Wright
I am creating a servlet which connects to a database so I am using the: tomcat4 javac .java command to compile my java files. regards natasha Caldarale, Charles R wrote: From: Natasha N Wright [mailto:[EMAIL PROTECTED] Subject: Tomcat Compiler probs all files compile & run fine

RE: Tomcat Compiler probs

2007-03-05 Thread Caldarale, Charles R
> From: Natasha N Wright [mailto:[EMAIL PROTECTED] > Subject: Tomcat Compiler probs > > all files compile & run fine when using java 1.5, but when i > attempt to compile with TomCat 4: This is an odd thing to say, since Tomcat (any version) does not compile .java file

Tomcat Compiler probs

2007-03-05 Thread Natasha N Wright
I am trying to compile a java file(a.java) which creates instances of other classes(b.java & c.java) i have created. all files compile & run fine when using java 1.5, but when i attempt to compile with TomCat 4: b.java & c.java compile fine a.java throws errors, it throws 'cannot resolve symbo