octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #53520] Windows builds made with Java 8 JDK on


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #53520] Windows builds made with Java 8 JDK on Linux cannot find Java 9 JRE on Windows
Date: Wed, 4 Apr 2018 18:30:13 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0 SeaMonkey/2.48

Follow-up Comment #16, bug #53520 (project octave):

@Mike:

>> winqueryreg ("HKLM", 'SOFTWARE\JavaSoft\JRE', 'CurrentVersion')
ans = 9.0.4


and the rest of the answer is in the pictures in comment #11.
Indeed the key names are as stated in comment #4, for older and newer Java.

The jvm.dll is in the location indicated in the registry, so the code found
the correct key value:

>> winqueryreg ("HKLM", 'SOFTWARE\JavaSoft\JRE\9.0.4', 'runTimelib')
ans = C:\Program Files\Java\jre-9.0.4\bin\server\jvm.dll


Note: I tried with --enable-64 and --enable-windows-64 mxe-octave configure
options.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53520>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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