Skip to content

Calling of java methods in a .jar file fails, but listing methods works fine. #139

@RainerHeintzmann

Description

@RainerHeintzmann

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

listmethods(V)

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions