opensource java..no sun needed
Posted Jun 19, 2003 2:33 UTC (Thu) by
judge (guest, #6234)
In reply to:
Surely? by ncm
Parent article:
Java and Open Source
No matter how nice sun is, their jdk still isn't as portable or openly available as any real opensource software...Just trying distributing an opensource java app and see how many users don't have a jre installed.
This makes making your software apt-gettable very very hard.
Or maybe try getting a sun jre to work on freebsd? Or OpenBSD? Good luck.
On the other hand you can use older java apis with true opensource tools such as gcj and kaffe(which is a bit on the buggy side)
With gcj you can compile java apps to native linux/windows/*bsd apps that only depend on opensource libs, so now any user can download and use your app without going through the convoluted process of finding a jre.
I'm doing just this with http://irate.sf.net ...Trying to port it away from sun's/ibm-jre-only stuff like swing/xerces to code that will compile and run with gcj & SWT.
I firmly believe think gcj is a very pleasant way to develop native application with an easy language like java. No Sun needed :)
(
Log in to post comments)