Tuesday, April 12, 2005

Java on FreeBSD, JSPs, etc

If you turn on Linux binary compatability, Java 1.4.2_08 seems to work fine out of the box on FreeBSD 5.3-release. I get a warning from the VM

Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location


but it doesn't seem to make a difference so far. We'll see.

Also, I tried running Tomcat, which I had tar-gzipped from a Linux machine with JDK 1.5, and got this when a jsp page loaded
Unsupported major.minor version 49.0
This is because the jsps were compiled using 1.5. Just rm -rf everything in $CATALINA_HOME/work.

No comments:

Labels

Blog Archive

Contributors