Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Adding new packages
Adding new packages [message #665385] Thu, 14 April 2011 14:02 Go to next message
No real name is currently offline No real nameFriend
Messages: 1
Registered: April 2011
Junior Member
hi,
im new to java,
im doing computer science as my degree.
i've been given a package called B102.jar
i need to imprt this to all my work for my code to work.
This package was given to me by the university.
I've currently got Eclipse IDE for Mac OSX.
how do i add this package so that i can import it?
Re: Adding new packages [message #668108 is a reply to message #665385] Tue, 03 May 2011 18:41 Go to previous message
No real name is currently offline No real nameFriend
Messages: 2
Registered: May 2011
Junior Member
Right click on the package that you would like to import this jar into.
Then select Build Path -> Configure Build Path
Now click the Libraries tab
Then click Add External JARs
Now find the B102.jar file on your disk drive, select it and click open.

That's about all there's to it.

P.S. You can also get to a Build Path by right clicking on a Project you are working with and selecting Properties
Previous Topic:Eclipse crashes
Next Topic:Cannot find a free socket for the debugger
Goto Forum:
  


Current Time: Tue Mar 19 09:28:34 GMT 2024

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

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

Back to the top