Is bootstripping with gcj and classpath really nesserary?

Mark Wielaard mark at klomp.org
Sat Jun 16 10:58:58 PDT 2007


Hi,

On Fri, 2007-06-15 at 15:44 -0700, Yuhong Bao wrote:
> Can't you just use a binary of OpenJDK to bootstrip it?

I don't believe anybody distributes binaries of OpenJDK yet. Although
Michael has some preliminary Debian packages for x86 only see
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2007-June/000042.html

You can build one yourself following the build instructions from the
build group http://openjdk.java.net/groups/build/ but you will need some
binary blobs and an existing proprietary JDK around. Or you can use the
IcedTea build harness from http://icedtea.classpath.org/ that bootstraps
openjdk using only Free Software. Icedtea lets you do a make bootstrap
that will (after creating the initial binary using gcj with free plugs
created from GNU Classpath) use openjdk/icedtea itself to build itself.

So in theory after you have your initial binary you can then use that to
bootstrap itself. And you then don't need the proprietary JDK binary or
gcj anymore (although you would still need either the proprietary binary
blobs or the free plugs provided by IcedTea/Classpath).

Cheers,

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20070616/c5d7fafe/attachment.bin 


More information about the distro-pkg-dev mailing list