Tomcat, JSPs and Java 5 on a Mac
Tuesday, October 25th, 2005While toying with Exo Platform [en], THE open source portal, I hit some problems with the login JSP file. Basically the JVM was trying to load JNI libraries as JAR files and this made the javac process to fail, as explained here [en].
If you experience such problems, there are two solutions: either move or delete all the […]