help-octave
[Top][All Lists]
Advanced

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

Re: Need help with Octave/Java


From: Mike Miller
Subject: Re: Need help with Octave/Java
Date: Mon, 16 Jul 2018 17:02:12 -0700
User-agent: Mutt/1.10.0 (2018-05-17)

On Mon, Jul 16, 2018 at 15:58:17 -0400, Walter Grossman wrote:
> 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?

According to the documentation

  https://www.orekit.org/static/apidocs/org/orekit/utils/Constants.html

org.orekit.utils.Constants is an interface, not a class. So you can't
instantiate it.

-- 
mike

Attachment: signature.asc
Description: PGP signature


reply via email to

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