Link to home
Start Free TrialLog in
Avatar of bachra04
bachra04Flag for Canada

asked on

Java lib with plugin dependency

I have a java project where I have some APIs that rely on some eclipse plugins. I run the code as a java application from my eclipse and they work fine. Then I tried to export them as a standard Java lib (*.jar) . for some reason they don’t work on another eclipse (with different plugin directory ) even though I copy pasted those plugins from the original plugin directory to the new one ? Can anyone help me to resolve this problem ?

Thanks
Avatar of Shags818
Shags818

Is this a compilation problem or a runtime issue?
Avatar of bachra04

ASKER

runtime issue
ASKER CERTIFIED SOLUTION
Avatar of Shags818
Shags818

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I actually figured out that the problem is that I was missing plugin.xml file