How do I make use of java library? -
My project is to develop a network analysis tool and I have decided to use the JUG library. But I do not know how to get started and to use it? I am using Eclipse IDE, how can I accept it? Thank you.
To integrate an external library in Eclipse, just go to your package explorer side view; Go to the project or some file inside your project, and go to the properties. In the Java Build Path section, go to the Libraries tab and add your library there. It should be shown in the way of your construction so that it can be compiled with your project.
Let me tell you that if this is just an external jar, just click on the external JRS instead of the ad library.
Comments
Post a Comment