Hello i'm trying to develop an eclipse plugin (in eclipse) that uses the Java debugging interface and i'm getting the following error:
Access restriction: The type VirtualMachine is not accessible due to restriction on required library /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/classes.jar
Using the debug interface in a non plugin development project seems to work fine. I think it has something to do with the plugin dependencies but i'm not sure how to fix it.