Re: java support on mips 64bit processor

2007-05-10 Thread POWER architecture PowerPC
I think the only chance to get Java for mips Linux is the other Opensource Java called "kaffe". Try compiling the source for Kaffe (from http://www.kaffe.org). They have mips-Linux as a supported platform in the sourcecode tree. Whether it's fully supported and 64bit i dont know. You will also nee

Re: Problem setting memory options

2007-04-11 Thread POWER architecture PowerPC
The option "-Xss" is setting the stack size to 5GB. Is this your intention? Have you tried setting "-Xms" ? > > >* From: Soumyadeep nandi ><[EMAIL PROTECTED]> >* Subject: Problem setting memory options >* Date: Thu, 5 Apr 2007 01:05:21 -0700 (PDT) > Hi, I am running an application on

java for non-i386 NetBSD/FreeBSD

2007-03-27 Thread POWER architecture PowerPC
For FreeBSD, support sites are citing the ability of FreeBSD to run Linux-binaries as the way to run java. But other versions of FreeBSD (e.g. sparc64) do not have the Linux-binary capability. Why can't blackdown java be compiled for BSD? Isn't BSD and Linux almost the same? __