Pages

Tuesday, December 31, 2013

java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config

  • When ever this type of  exception occurs check if jstl.jar is present in /WEB_INF/lib folder.
  • Add the jstl.jar to the /WEB_INF/lib folder and restart the sever.This error should disappear.