Class loading error with property tester [message #1366560] |
Mon, 19 May 2014 07:19  |
Eclipse User |
|
|
|
I have two plugins with shared stuff which are used as dependencies in all other plugins of my product. The core plugin includes some additional property testers. One of them is an adaptable tester wich checks whether a selection is adaptable to a given class or not. The core.ui plugin includes some shared UI stuff like a IdentifiableFolderItem which is used in trees and has the core plugin as a dependency. All over the other plugins a have added visible when conditions which use this tester to check for "adaptable to IdentifiableFolderItem". It worked fine in Eclipse 3.x, but in Eclipse 4.4 with compatibility layer I have a class loading issue. The property tester in the core plugin can not load the class in the core.ui plugin and I get a ClassNotFoundException. The core plugin has no dependency on the core.ui plugin, but why did it work in Eclipse 3.x and where to place the property tester now, so that it works?
|
|
|
|
Powered by
FUDForum. Page generated in 0.02746 seconds