32bit Java application on 64bit machine

From WickyWiki
Revision as of 07:26, 5 July 2013 by Admin (talk | contribs) (2 revisions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

You can start your 32bit application within a 32-bit JVM (Java virtual Machine) You need to have the 32-bit compatibility libraries installed.

sudo apt-get install ia32-libs