Re: Java on linux Sparc, is there a light at the end of the tunnel ?

2006-05-09 Thread Juergen Kreileder
[EMAIL PROTECTED] wrote: On Tue, May 09, 2006 at 03:23:16PM +0200, Juergen Kreileder wrote: [EMAIL PROTECTED] wrote: I had a look at the sources and I was able to build them on my x86 machine. The port seems to be possible. I even think that the blackdown java team has already done it. Yes an

Re: Java on linux Sparc, is there a light at the end of the tunnel ?

2006-05-09 Thread seb
On Tue, May 09, 2006 at 03:23:16PM +0200, Juergen Kreileder wrote: > [EMAIL PROTECTED] wrote: > >I had a look at the sources and I was able to build them on my x86 > >machine. > > > >The port seems to be possible. I even think that the blackdown java team > >has already done it. > > Yes and it's m

Re: Java on linux Sparc, is there a light at the end of the tunnel ?

2006-05-09 Thread Juergen Kreileder
[EMAIL PROTECTED] wrote: I'm trying to run the only 1.4 jdk released for the linux sparc arch. Unfortunately, the only version available for sparc is the 1.4.1 which began to broke around the availability of the glibc 2.3.6. Now, some bug have been filed against this but noone ever responded to

Re: java on linux-arm

2004-03-24 Thread Jean-Sebastien Bettez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On March 13, 2004 15:02, Jean-Sebastien Bettez wrote: > Hello, > is there a porting plan for jdk 1.4 and/or jdk 1.5 on linux/arm? > > seeya! It look like there's no one working on this project. We would like to do the jdk1.5 arm port. Do we have to

Re: Java on Linux talks at Javaone?

2001-05-23 Thread Juergen Kreileder
On Wed, 23 May 2001, ed phillips wrote: > Is Calvin or anyone else giving any talks on their work to get > the latest JDK and Hotspot going on Linux? > > Calvin sent some intriguing hints about the work he had to do > to get Hotspot performing well on Linux, but I'd like more info > or even docu

Re: JAVA on LINUX (RedHat 6.0)

1999-10-02 Thread Chris Abbey
those are the native_threads you asked for... the pthread impl on Linux has each thread take an space in the process table, which is what ps et al are reading. take a look at the archives for the list back around end of last year, begining of this one for the gory details. cabbey at home dot n

Re: JAVA on LINUX (RedHat 6.0)

1999-10-02 Thread Matthias Pfisterer
Hi Patrick, this is the correct behaviour with native threads under linux. The thread implementation of linux treats processes and threds basically the same way, they just have different sets of shared vs. non-shared ressources. One result of this is that any thread shows up in the process table.

Re: Java on Linux...

1999-08-19 Thread Nathan Ehresman
> If I am just am just doing basic Swing/Java apps on Linux. > And want a farily stable solution, would my best bet to be > JDK 1.1.8 (when it comes out in a bit from Blackdown) and > Swing 1.1.1 from Sun? Or is there THAT much difference > between that solution and JDK 1.2prev2? Well, Sun isn't

Re: Java on Linux...

1999-08-18 Thread Bryce McKinlay
Riyad Kalla wrote: > If I am just am just doing basic Swing/Java apps on Linux. > And want a farily stable solution, would my best bet to be > JDK 1.1.8 (when it comes out in a bit from Blackdown) and > Swing 1.1.1 from Sun? Or is there THAT much difference > between that solution and JDK 1.2prev

Re: Java on Linux...

1999-08-18 Thread Nathan Meyers
Riyad Kalla wrote: > > If I am just am just doing basic Swing/Java apps on Linux. > And want a farily stable solution, would my best bet to be > JDK 1.1.8 (when it comes out in a bit from Blackdown) and > Swing 1.1.1 from Sun? Or is there THAT much difference > between that solution and JDK 1.2pr

RE: Java on Linux... bug in InetAddress ??? please help!

1998-09-10 Thread Michael Sinz
On Thu, 10 Sep 1998 14:44:50 -0700, Masuda, Bond wrote: >Hello Michael, > >Thank you for replying so quickly.. > >The particular address in my message was a bogus address.. I was >assuming that would be clear when I mentioned the whatever.home.edu. In >anycase, yes, my DNS is setup properly, as '

RE: Java on Linux... bug in InetAddress ??? please help!

1998-09-10 Thread Masuda, Bond
or any furthur help if you can. Bond Masuda Global Integrity Corp. (an SAIC company) [EMAIL PROTECTED] -Original Message- From: Michael Sinz [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 10, 1998 2:11 PM To: [EMAIL PROTECTED]; Masuda, Bond Subject: Re: Java on Linux... bug in InetAdd

Re: Java on Linux... bug in InetAddress ??? please help!

1998-09-10 Thread Michael Sinz
On Thu, 10 Sep 1998 13:34:08 -0700, Masuda, Bond wrote: >Hello, > >I am having trouble getting reverse DNS lookups to work on Linux. >Following is a snip of the code... this works on Windows 95, Windows NT, >but not on Linux. The problem is that the getHostName method returns the >ipString instea