help-octave
[Top][All Lists]
Advanced

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

Re: New install, Java setup


From: Brenden Towey
Subject: Re: New install, Java setup
Date: Thu, 3 Oct 2019 08:31:29 -0700
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 10/3/2019 7:09 AM, PhilipNienhuis wrote:
OK, next step:
What do he following commands say?

__octave_config_info__.build_features.JAVA

system ("java --version")

javaObject ("java.lang.Double", 5.3)

Philip



I found this on a StackOverflow question:

"If you intend to use the Invocation API in a native application and access Java APIs installed as part of OpenJDK (Java 10, Java 11, etc.) in ${JAVA_HOME} directory, link against (or dynamically load) jvm.dll found in ${JAVA_HOME}/bin/server/jvm.dll."

So it looks like Octave is expecting something found in the /bin/server directory.  The error message I mentioned above is either off, or the path it uses didn't get set up properly.  I do have a "jvm.dll" in the /server directory.

Link to SO:
https://stackoverflow.com/questions/29486755/what-is-the-path-of-the-jvm-inside-the-jre


reply via email to

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