I am struggling with being able to call java routines, whos classes are inside a subfolder
view5d/
in the jar file. I tried in vain for days. After opening the library
V = @JavaCall.jimport view5d.View5D
works fine as do
or
listmethods(V,"Start5DViewerF")
yet when calling the function I always obtain a message that this method does not exist.
I also tried different version ("view5d/Start5FViewerF","view5d.Start5FViewerF","View5D.Start5FViewerF") and also calling a method like wait() with a much simpler signature, but the result is always the same.
The code can be accessed under:
https://github.com/RainerHeintzmann/View5D.jl
(.jar file included)
Any help would be greatly appreciated!