Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » NEWB quest: Referring to package
NEWB quest: Referring to package [message #42598] Sun, 22 September 2002 00:12 Go to next message
Eclipse UserFriend
Originally posted by: jonaedzaman.yahoo.com

I have a jar file/folder that I want to refer to permanantly for all my
projects, not "import zip file" every time i work on a new project. Is
there any way I can to that?

Thanks,
Joe
Re: NEWB quest: Referring to package [message #43039 is a reply to message #42598] Fri, 27 September 2002 09:39 Go to previous message
Eclipse UserFriend
Hi Joe,

We ran into a similar problem when using and extension of JUnit (JDepends)
that does not specifically support Eclipse.

We created a project with the jar & source files and added the project to
our workspaces.
It looked something like the following:
com.clarkware.jdepend/
.classpath
.cvsignore
.project
jdepend.jar
jdependsrc.zip
plugin.xml

In the plugin.xml file we added the following
<runtime>
<library name="jdepend.jar">
<export name="*"/>
</library>
<requires>
<import plugin="org.apache.xerces"/>
</requires>

</runtime>

Now we just reference the JDepends project from our other projects.

Hope this helps.

-Judy

--
Previous Topic:Newbie instructions for getting up and running with developing the CDT
Next Topic:[SWT] Port to Sysmbian?
Goto Forum:
  


Current Time: Wed Jul 16 00:57:50 EDT 2025

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

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

Back to the top