public inbox for gentoo-java@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-java] sun java platform independence
@ 2006-05-19  3:53 David Gurvich
  2006-05-19  6:45 ` David Herron
  0 siblings, 1 reply; 2+ messages in thread
From: David Gurvich @ 2006-05-19  3:53 UTC (permalink / raw
  To: gentoo-java

Will sun java finally become platform independent?  Java is supposed to have 
been write once, run anywhere, but anyone using a platform other than sparc 
or x86 knows that it's not..
-- 
Kmail on Gentoo/PPC
-- 
gentoo-java@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-java] sun java platform independence
  2006-05-19  3:53 [gentoo-java] sun java platform independence David Gurvich
@ 2006-05-19  6:45 ` David Herron
  0 siblings, 0 replies; 2+ messages in thread
From: David Herron @ 2006-05-19  6:45 UTC (permalink / raw
  To: David Gurvich; +Cc: gentoo-java


Java works fine on my Mac ... but you're right, and I know what you  
mean.

It's a matter of having appropriate VM's.  I suppose a pure  
interpreter VM (like what we call the "classic VM") could be portable  
to pretty much any system with just a recompile.  But it's from the  
classic VM that Java earned the slow reputation and we really don't  
want to go back there.  The Hotspot VM contains compiler(s) that  
dynamically compile the bytecodes to native code, so of course that's  
a big dependency on specific CPU's.

And beyond the VM, there's a bunch of other native code .. such as  
network I/O .. such as AWT, DnD, Sound ... Some of that is rather CPU  
independant.

It's certainly very possible that, in time, this process will result  
in a widely portable Java implementation.  Not tomorrow.  Not next  
week.  Not next month.  Our open sourcing process is ... well...   
it's going to take awhile ...

- David Herron


On May 18, 2006, at 8:53 PM, David Gurvich wrote:

> Will sun java finally become platform independent?  Java is  
> supposed to have
> been write once, run anywhere, but anyone using a platform other  
> than sparc
> or x86 knows that it's not..
> -- 
> Kmail on Gentoo/PPC
> -- 
> gentoo-java@gentoo.org mailing list
>

-- 
gentoo-java@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-19  6:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-19  3:53 [gentoo-java] sun java platform independence David Gurvich
2006-05-19  6:45 ` David Herron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox