Forum Discussion
HKosova
Alumni
11 years agoYou need to add the JAR files AND the class names you want to use to Tools > Current Project Properties > Java Bridge. Then you can access the specified classes and their methods like this:
JavaClasses.package_name.class_name.method();
Check out the docs for details:
Calling Functions From Java Classes