This post originated from an RSS feed registered with Java Buzz
by Jerome Bernard.
Original Post: Tomcat, JSPs and Java 5 on a Mac
Feed Title: Kalixia
Feed URL: http://feeds.feedburner.com/kalixia/?cat=3
Feed Description: A small place for distributed computing...
While toying with Exo Platform, 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.
If you experience such problems, there are two solutions: either move or delete all the [...]