Quantcast
Channel: GlassFish Related Items on Java.net
Viewing all articles
Browse latest Browse all 1091

netbeans and glassfish cache issue

$
0
0

I created some files in my java ee project in netbeans. It was causing errors. I have removed the files now. But when I clean and build the project I still get classNotFound error. I have search in the project for the class name and it does not appear anywhere.

aused by: java.lang.ClassNotFoundException: servlet.util.XMLTools at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1509) at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1359)

I have removed the class XMLTools. Appreciate any help. I am using Netbeans 7.3.1 and Glassfish v3. I usually work on eclipse + WAS. Recently started working on netbeans + Glassfish. Seems more stable.


Viewing all articles
Browse latest Browse all 1091

Trending Articles