No, this had worked for old java, but stopped for years. On debian $ java -d32 -version Error: This Java instance does not support a 32-bit JVM. Please install the desired version.
It needs to install a true 32-bit jave instead $ /usr/lib/jvm/java-8-openjdk-i386/jre/bin/java -version openjdk version "1.8.0_131" OpenJDK Runtime Environment (build 1.8.0_131-8u131-b11-2-b11) OpenJDK Server VM (build 25.131-b11, mixed mode) Вс, 02 июл 2017, Gilles Kirouac написал(а): > 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 -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
