On Tue, Mar 28, 2017 at 3:05 AM, Simon Richter <simon.rich...@hogyros.de> wrote: > The "powerpc" architecture should have 32 bit java, the "ppc64" and > "ppc64le" architectures should have 64 bit Java. You can use > Multiarch[1] if you want to have a version that doesn't match the rest > of the system. > > Simon > > [1] https://wiki.debian.org/Multiarch >
Simon, I'm running ppc64 and the java binary is 32 bit. tesla@enid:~$ uname -a Linux enid 3.16.0-4-powerpc64 #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07) ppc64 GNU/Linux tesla@enid:~$ file /usr/lib/jvm/java-7-openjdk-powerpc/jre/bin/java /usr/lib/jvm/java-7-openjdk-powerpc/jre/bin/java: ELF 32-bit MSB executable, PowerPC or cisco 4500, version 1 (SYSV), dynamically linked, interpreter /lib/ld.so.1, for GNU/Linux 2.6.32, BuildID[sha1]=84b7f9672614e3388199c054daf4a27ee599850f, stripped Is there a 64 bit build? Adam