Hi ,
I updated the Fedora 11 Netbeans with the web Application plugin via tools -> plugins . When opening a new plain vanilla Web application via new Projekt->web project the IDE deoes not success in generating the project. It hangs with 75 %. In the logfile is said, that a class not found error occured. The class in question is
described in the follwing error message:
java.lang.ClassNotFoundException: org.apache.log.Hierarchy
at java.net.URLClassLoader$1.run(URLClassLoader.java: 217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.j av
...
I found that org.Apache.log.Hirarchy is in avalon Logkit wich is installed on my system,.I tried to add the jar to the classpath with "#CLASSPATH=$CLASSPATH:/usr/share/java/avalon-logkit-2.1.jar" in .bashrc. Does not help.
I really would be glad if someone has an idea what could be done.
thanx in advance
arrow3215