help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Need help with Octave/Java


From: Walter Grossman
Subject: Need help with Octave/Java
Date: Mon, 16 Jul 2018 15:58:17 -0400

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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]