How to call java classes in custom precondition plugin
One answer
Put the third-party jars inside your plugin. If you do that, your code will always know where to find them.
Comments
Hi, Thanks for Response.
But my problem is when I add java class and third party jars then plugin not load in RTC eclipse precondition list.
Did you look at the plugin.xml e.g. include them in the build tab (to distribute them with the generated plugin jar) and manifest and include the jars to make sure the plugin knows how to call them? It is probably such a problem. I also would suggest to test with Jetty first and look at the console/server logs there must be more information.