0

how do you use the third party libraries?

I have downloaded it, but am unsure what to do with it, do i place it in my eclipse project folder etc?

I did look on the website but to no avail

Thanks

Ricki
  • 13
  • 2
  • 4

2 Answers2

1

You need to set the jar in your project classpath. After importing you can use the libraries and the API's exposed to you by importing the class

saurabh j
  • 89
  • 1
  • 1
  • 7
0

There is no need to install a Java JAR file. Instead you set the JAR in the classpath.

See Setting Eclipse Classpath

Script Runner
  • 282
  • 1
  • 3