No: $ java -version java version "1.8.0_25" Java(TM) SE Runtime Environment (build 1.8.0_25-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode) $ java -version -d32 Error: This Java instance does not support a 32-bit JVM. Please install the desired version. $
Thanks, -- Raul On Sun, Jul 2, 2017 at 11:05 AM, Gilles Kirouac <[email protected]> wrote: > Is there a -d32 switch on launching the JVM? > > Check > > java -version > > and > > java -version -d32 > > ~ Gilles > > Le 2017-07-01 à 11:08, bill lam a écrit : > > Perhaps I was wrong. Apparently there are no 32-bit java > for current 64-bit MacOS. > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
