Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Accessing classes from plugin
Accessing classes from plugin [message #605610] Mon, 19 April 2010 06:05 Go to next message
Prasad is currently offline PrasadFriend
Messages: 10
Registered: July 2009
Junior Member
beginner question.
I created a plug-in from existing jar files and installed it.
What do I need to do to access the classes in the jar file(s) that are part of the above plug-in in a class from simple java project?
thanks,
P
Re: Accessing classes from plugin [message #605612 is a reply to message #605610] Mon, 19 April 2010 12:38 Go to previous message
Flavio  Vit is currently offline Flavio VitFriend
Messages: 9
Registered: July 2009
Junior Member
Hi

You need to export the packages you want to make visible to other projects.

Go to the tab Runtime at the plugin.xml and Add the packages you want to make visible.


Flavio ViT
Previous Topic:PDE/API Tools : Exclude List with Regular Expressions
Next Topic:How to automate converting JAR + Source Zip to p2 repository with plugin + source attachment
Goto Forum:
  


Current Time: Tue Mar 19 08:32:57 GMT 2024

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

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

Back to the top