Instead of running code from the code box in the "User defined Java Class" I am trying to compile it into a Jar, and run the jar file from the "User defined Java Class". I do this because my Java projects are too big, and in order to increase modularity. However, there are some problems with dependencies. Some methods are not available in the libraries, whereas there are some which are available in multiple libraries.
Zip file of the project I am trying to compile: https://files.fm/u/75uf8gqs
Screenshot of the Gradle file I am using:![]()
![]()
[IMAGE]https://imgur.com/a/56ZJ6c7[/IMAGE]
Screenshot of some methods it cannot detect: [IMAGE]https://imgur.com/a/56ZJ6c7[/IMAGE]
Screenshot of some methods that are available in multiple libraries: [IMAGE]https://imgur.com/bO7PfLB[/IMAGE]
EDIT: Manually adding ALL of the Jars from \data-integration\lib\ does not work either.
Zip file of the project I am trying to compile: https://files.fm/u/75uf8gqs
Screenshot of the Gradle file I am using:
Screenshot of some methods it cannot detect: [IMAGE]https://imgur.com/a/56ZJ6c7[/IMAGE]
Screenshot of some methods that are available in multiple libraries: [IMAGE]https://imgur.com/bO7PfLB[/IMAGE]
EDIT: Manually adding ALL of the Jars from \data-integration\lib\ does not work either.