Re: 64 bit java?

2017-03-29 Thread John Paul Adrian Glaubitz
On 03/29/2017 03:57 PM, Adam Stouffer wrote: > deb [arch=ppc64] http://ftp-nyc.osuosl.org/debian/ jessie main > deb-src http://ftp-nyc.osuosl.org/debian/ jessie main > > deb [arch=ppc64] http://security.debian.org/ jessie/updates main > deb-src http://security.debian.org/ jessie/updates main > >

Re: 64 bit java?

2017-03-29 Thread Lennart Sorensen
On Wed, Mar 29, 2017 at 09:57:25AM -0400, Adam Stouffer wrote: > On Wed, Mar 29, 2017 at 3:04 AM, Christian Zigotzky > wrote: > > Have you already added [arch=powerpc] to the other deb lines? (not deb-src > > lines) > > > > -- Christian > > Yes, here is my sources.list >

Re: 64 bit java?

2017-03-29 Thread Adam Stouffer
On Wed, Mar 29, 2017 at 3:04 AM, Christian Zigotzky wrote: > Have you already added [arch=powerpc] to the other deb lines? (not deb-src > lines) > > -- Christian Yes, here is my sources.list # # deb cdrom:[Debian GNU/Linux 8.7.1 _Jessie_ - Official powerpc NETINST

Re: 64 bit java?

2017-03-29 Thread John Paul Adrian Glaubitz
Most likely not. His error message is the exact error message one would get with these specifiers missing. ppc64 and powerpc packages are on different FTP servers, hence the arch specifiers are necessary. Adrian > On Mar 29, 2017, at 9:04 AM, Christian Zigotzky >

Re: 64 bit java?

2017-03-29 Thread Christian Zigotzky
Have you already added [arch=powerpc] to the other deb lines? (not deb-src lines) -- Christian Sent from my iPhone > On 29 Mar 2017, at 01:55, Adam Stouffer wrote: > > On Tue, Mar 28, 2017 at 5:37 PM, John Paul Adrian Glaubitz >

Re: 64 bit java?

2017-03-28 Thread Adam Stouffer
On Tue, Mar 28, 2017 at 5:37 PM, John Paul Adrian Glaubitz wrote: > Hi Adam! > > > That's the architecture of your kernel. If your machine is capable of running > 64-bit code, debian-installer will install a 64-bit kernel. Your userland, > i.e. > all applications,

Re: 64 bit java?

2017-03-28 Thread John Paul Adrian Glaubitz
Hi Adam! On 03/28/2017 11:25 PM, Adam Stouffer wrote: > 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 That's the architecture of your kernel. If your machine is

Re: 64 bit java?

2017-03-28 Thread Adam Stouffer
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

Re: 64 bit java?

2017-03-28 Thread Simon Richter
it 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 signature.asc Description: OpenPGP digital signature

64 bit java?

2017-03-27 Thread Adam Stouffer
Is there a 64 bit version of java available? Everything apt-cache returns doesn't say anything about 64 or 32 bits. I tried getting IBM's jre but the installer bombs out. Adam