Re: Initial Setup: The type java.lang.Object cannot be resolved.

2007-11-16 Thread Pid
Ian Pushee wrote: > Any help or suggestions would be greatly appreciated. Use a proper JVM? Sounds like yours is knackered. There's another free JDK from a company called Bun, or something. Sounds like that anyway. ;o) p > Thanks, > -Ian > > ---

RE: Initial Setup: The type java.lang.Object cannot be resolved.

2007-11-16 Thread Peter Crowther
> From: Ian Pushee [mailto:[EMAIL PROTECTED] > I am running a debian install of tomcat5.5, using > java-gcj-compat-dev (a free jdk replacement). Oh, dear. Get a real JDK (the Sun one is fine), and a real Tomcat from http://tomcat.apache.org (the tarball is fine). GNU java is a nice toy, but we

Initial Setup: The type java.lang.Object cannot be resolved.

2007-11-16 Thread Ian Pushee
I'm pretty sure I've just configured something wrong: I can see load pre-generated pages with my tomcat installation (ie: already compiled servlet pages and the like), but whenever I try to load a new *.jsp file (even a simple 'hello world' page with no JSP tags at all) tomcat prints the follow

RE: Initial Setup: The type java.lang.Object cannot be resolved.

2007-11-16 Thread Caldarale, Charles R
> From: Ian Pushee [mailto:[EMAIL PROTECTED] > Subject: Initial Setup: The type java.lang.Object cannot be resolved. > > I am running a debian install of tomcat5.5, using > java-gcj-compat-dev (a free jdk replacement). Which is why you're having problems. Get rid of both o