I am running the octave GUI under centos 7 with a bash 4.2 shell.
When I type javaclasspath the system responds with my path:
>> javaclasspath
STATIC JAVA PATH
/home/users/wdgross/Repositories/orekit-main/orekit-9.2.jar
DYNAMIC JAVA PATH
- empty -
>>
The jar has a standard internal structure:
assets
META-INF
org |
+orekit |
+ utils |
+ Constants.class
I the try to create a java object and the system burps:
>> K=javaObject('org.orekit.utils.Constants')
error: [java] java.lang.NoSuchMethodException: org.orekit.utils.Constants
>>
Suggestions?