Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Download .jar from Mars(Stupid Question)
Download .jar from Mars [message #1768605] Thu, 20 July 2017 13:53 Go to next message
Christopher Hoffman is currently offline Christopher HoffmanFriend
Messages: 11
Registered: December 2015
Junior Member
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 15:13 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
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).

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Java syntax highlighting does not persist on IDE restart
Next Topic:How to use the Eclipse Debugger?
Goto Forum:
  


Current Time: Wed Apr 24 18:05:07 GMT 2024

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

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

Back to the top