Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I am working on a plugin which invokes a class in a library (jaxrpc-impl.jar) which in turn invokes a class in tools.jar (com.sun.tools.javac.Main). It appears that when I add tools.jar as a dependent library, it is ignored (I get a class not found message telling me that it couldn’t find com.sun.tools.javac.Main).
I’m pretty sure I added the dependency to the tools.jar library fine (all the other libraries I added as dependencies can be found).
Is there anything I can do to debug what classpath eclipse is using? I would like to verify that the tools.jar is actually in the classpath.
Are you actually packaging tools.jar with your plugin? You’ll probably get much more help by posting this to one of the Eclipse newsgroups at eclipse.org.