> 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
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
> 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
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
> 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
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