Skip to main content



      Home
Home » Newcomers » Newcomers » Download .jar from Mars(Stupid Question)
Download .jar from Mars [message #1768605] Thu, 20 July 2017 09:53 Go to next message
Eclipse UserFriend
How do I download the jar for this class?


http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fcore%2Fcommands%2FExecutionEvent.html

I'm using Eclipse ICE and developing with a plugin that was written in Mars, so this class is a dependency.

-thanks very much
Re: Download .jar from Mars [message #1768615 is a reply to message #1768605] Thu, 20 July 2017 11:13 Go to previous message
Eclipse UserFriend
Try to type "java search" in the Quick Access search field (in the upper right of the window to the left of the perspective controls). Then you can invoke the command "Add all plug-ins to Java search". Then you can use Ctrl-Shift-T to find any class that's in your target platform. You need only create a dependency in your MANIFEST.MF on the plug-in containing that class to be able to use it. No doubt that class is already in your target platform (which defaults to all plugins in the running IDE).
Previous Topic:Java syntax highlighting does not persist on IDE restart
Next Topic:How to use the Eclipse Debugger?
Goto Forum:
  


Current Time: Sun Mar 16 10:06:15 EDT 2025

Powered by FUDForum. Page generated in 0.07584 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top