Quote:
Seems to be that your Tomcat picks up the GCJ-compiler (libgcj.so) and not the JDK. Please make sure that Tomcat uses java from the JDK (check PATH/JAVA_HOME/etc.pp.)
OK - that's a good start... my JAVA_HOME is currently pointing to /usr . running 'java -version' yields:
java version "1.5.0"
gij (GNU libgcj) version 4.2.1 (Ubuntu 4.2.1-5ubuntu5)
There are links in /usr/bin to the 'real' JDK 5 installation. I used apt-get to install the JDK - should I remove it and install it differently?
My experience with Debian/Ubuntu is limited - I've used FreeBSD before, and I'm not very familiar with the 'standard' installations locations. That ignorance may very well be part of the problem.
Thanks for the help!
Dave...