Forum Discussion
emwillia
13 years agoOccasional Contributor
You have a dependency conflict. Those JARs exist within the loadUI lib which are loaded when you start up. When the dependencies are loaded from the ext folder it creates a class naming conflict and the jvm shuts down the application. Remove those JARs from the lib folder and replace them with your new JARs, and that should do it.