|
Re: how to include/install the matrix.jar into eclipse? [message #760714 is a reply to message #760706] |
Sun, 04 December 2011 12:06  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.04111 seconds