
|
If you were logged in you would be able to see more operations.
|
|
|
|
java.lang.NoClassDefFoundError: org/apache/commons/collections/map/LinkedMap
at net.sf.navigator.menu.MenuRepository.<init>(MenuRepository.java:38)
at net.sf.navigator.menu.MenuContextListener.contextInitialized(MenuContextListener.java:57)
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:540)
|
|
Description
|
java.lang.NoClassDefFoundError: org/apache/commons/collections/map/LinkedMap
at net.sf.navigator.menu.MenuRepository.<init>(MenuRepository.java:38)
at net.sf.navigator.menu.MenuContextListener.contextInitialized(MenuContextListener.java:57)
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:540) |
Show » |
|
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>${commons.collections.version}</version>
</dependency>
Where commons.collections.version=3.2