|
From: | John Swensen |
Subject: | [Octave-patch-tracker] [patch #9439] Fix Java >1.8 on Mac |
Date: | Wed, 17 Jan 2018 00:52:49 -0500 (EST) |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.85 Safari/537.36 |
Follow-up Comment #34, patch #9439 (project octave): Per Ben Abbott's request, I can verify this works with Java 9 on High Sierra for me also. See the output below. octave:3> javaclasspath STATIC JAVA PATH - empty - DYNAMIC JAVA PATH - empty - octave:4> class = 'java.lang.String'; octave:5> text = 'hello'; octave:6> strObj = javaObject(class, text); octave:7> whos Variables in the current scope: Attr Name Size Bytes Class ==== ==== ==== ===== ===== ans 1x1 8 double class 1x16 16 char strObj 1x1 0 java.lang.String text 1x5 5 char Total is 23 elements using 29 bytes _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/patch/?9439> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |