help-octave
[Top][All Lists]
Advanced

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

Re: JRE not found, windows


From: Nicholas Jankowski
Subject: Re: JRE not found, windows
Date: Sat, 9 Nov 2019 12:54:34 -0500

> 32- or 64-bit Octave? (you didn't say)
>
> AFAIK the command 'system("java -version")' also works in case of a bit
> width mismatch between Octave and Java as it is just a Windows command,
> outside Octave.
>
> Philip
>
>
both Octave and Java are 64bit.

source files:
jre-8u231-windows-x64.exe
octave-5.1.0-w64.7z

installed in usual locations.

looking at how version checks for java,  i manually ran one of the checks

>>  jname = javaMethod ("getProperty", "java.lang.System", "java.vm.name");

error: javaMethod: could not find library or dependencies: C:\Program
Files\Java\jre1.8.0_231\bin\server\jvm.dll

yet i can cd to that folder and see it. i have no problem running Java
from outside octave, so I don't think its a permissions error.

frustrating...



reply via email to

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