Monday, August 16, 2010

Netbeans 6.8 with Tomcat 6.0.20 - Requires JDK 6 Update 20

Netbeans 6.8 + Tomcat 6.0.20

Tested worked with JDK 6 Update 20

JDK 6 Update 19, JDK 6 Update 21 failed to work

Error:
In any jsp file, Netbeans will highligh error for the following lines

<%@ page contentType="text/html" session="true" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>

*Courtesy of Andy Lim*