Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » how to include/install the matrix.jar into eclipse?
how to include/install the matrix.jar into eclipse? [message #760706] Sun, 04 December 2011 14:21 Go to next message
Amr Mising name is currently offline Amr Mising nameFriend
Messages: 3
Registered: December 2011
Junior Member
Hallo,
can anyone tell me how to include a user defined class like"matrix.jar" in eclipse??

Regards,
Re: how to include/install the matrix.jar into eclipse? [message #760714 is a reply to message #760706] Sun, 04 December 2011 17:06 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 12/04/2011 08:21 AM, Amr wrote:
> Hallo, can anyone tell me how to include a user defined class
> like"matrix.jar" in eclipse??
>
> Regards,
Matrix.jar wouldn't be a class but a jar file that contains a class. If
you need to access elements of a jar file, you have to add it to the
Build Path of the project. You have a couple different options. If you
want to make the jar file part of the project, you can import it into
the project and then use the Build Path Libraries tab to add it to the
build path.

If you want the jar file to remain external to the project, use the
Build Path Libraries tab to add an external jar file.
Previous Topic:How to specify generated getters/setters to capitalize the first letter for a variable called nType
Next Topic:How to export P2? (P2 replication integrated into Eclipse now?)
Goto Forum:
  


Current Time: Thu Apr 25 18:00:09 GMT 2024

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

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

Back to the top