How can I use library links

Hi, I made one jar file with 3 classes. They work great, they support a file for receiving HXM data. Now that I have made a jar, I want to use it in my next project. I imported it and now it is in the reference libraries. But I can not find how I can use the libraries. in the old project from I take the 3.class file, they have the paths: sk.csabi.hxm. *

but now, how can I import and use them?

thank

+3
source share
1 answer

Your question is not very clear, but it looks like you are asking how to add a JAR in your path to the project class in Eclipse.

, , - ( , ). Eclipse , Properties ( [Alt]+[Enter], Project Explorer, Navigator Package Explorer), Java Build Path Libraries, JAR.

, Add JARs External JARs , External JARs , JAR . Add JARs JAR .

lib ( , src), JAR, Add JARs . , , , .

+3

All Articles