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

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

[Octave-bug-tracker] [bug #60058] Feature request: function javaversion(


From: Ernst Reissner
Subject: [Octave-bug-tracker] [bug #60058] Feature request: function javaversion()
Date: Tue, 16 Feb 2021 04:58:44 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36

Follow-up Comment #15, bug #60058 (project octave):

patch: 

try
   javaMethod('setProperties', 'java.lang.System',[]),         
   jversion = javaMethod ("getProperty", "java.lang.System", ...
                                 "java.runtime.version");


I think, the form 
"Java " jversion " with " jvendor " " jname " " jjitmode
e.g. starting with "Java " is the responsibility of octave. 
Also "no usable...". 
What the jversion is, is java specification. 
Why not documenting: 
Returns a version string of the form 
"Java <jversion> with <jvendor> <jvmname> <jvminfo> 
where the java version,  vendor, JVM name and jvminfo 
are given by the according java system properties. 

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60058>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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