I have an exception when I try to run my project : java.lang.NoClassDefFoundError : Could not initialize class
.
I found that it was a problem with the environnment variable CLASSPATH
.
For now, it is /opt/persyst/apache-tomcat-7.0.65/bin/bootstrap.jar:/opt/persyst/apache-tomcat-7.0.65/bin/tomcat-juli.jar
And it seems really weird. So I don't know what I should have in this variable. Can someone help me please ?