Dependency can't found in intellij IDEA plugin runtime
I had developed intellij idea plugin. In this plugin project I use few external dependencies. When this project sloved depencencies compile time. But problem is found in runtime. When runtime project can't found dependecies.( project can't pinned with depencencies) Project gives Class Not Found Exception.
Please sign in to leave a comment.
Are you sure dependencies are present in the lib folder of the deployed plug-in?
Yes. I'm sure. I had added dependecies into the lib folder. I this case occur when we call Class.forname() method to find class in class path. but can't find it. it gives Class Not Found Exception.
Please share a sample plug-in that will reproduce this problem.