JDK 7 build 68 is available at the openjdk.java.net website

View: New views
9 Messages — Rating Filter:   Alert me  

JDK 7 build 68 is available at the openjdk.java.net website

by xiomara.jayasena :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


The OpenJDK source is available at:
http://hg.openjdk.java.net/jdk7/jdk7
http://hg.openjdk.java.net/jdk7/jdk7/rev/e1b972ff53cd

The OpenJDK source binary plugs for the promoted JDK 7 build 68 are
available under the openjdk http://openjdk.java.net website under Source
Code (direct link to bundles: http://download.java.net/openjdk/jdk7)

Summary of changes:
http://download.java.net/jdk7/changes/jdk7-b68.html


-Xiomara


Re: JDK 7 build 68 is available at the openjdk.java.net website

by Frans Thamura-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi there


i am new in OpenJDK

any idea to compile OpenJDK from source...

what should I prepare, i use ubuntu
--
Frans Thamura
Meruvian. Java and Enterprise OSS

Mobile: +62 855 7888 699
Blog & Profile: http://frans.thamura.info

We provide services to migrate your apps to Java (web), in amazing
fast and reliable.



On Fri, Aug 7, 2009 at 11:04 PM, Xiomara
Jayasena<Xiomara.Jayasena@...> wrote:

>
> The OpenJDK source is available at:
> http://hg.openjdk.java.net/jdk7/jdk7
> http://hg.openjdk.java.net/jdk7/jdk7/rev/e1b972ff53cd
>
> The OpenJDK source binary plugs for the promoted JDK 7 build 68 are
> available under the openjdk http://openjdk.java.net website under Source
> Code (direct link to bundles: http://download.java.net/openjdk/jdk7)
>
> Summary of changes:
> http://download.java.net/jdk7/changes/jdk7-b68.html
>
>
> -Xiomara
>
>

Re: JDK 7 build 68 is available at the openjdk.java.net website

by gnu_andrew :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/8/7 Frans Thamura <frans@...>:

> hi there
>
>
> i am new in OpenJDK
>
> any idea to compile OpenJDK from source...
>
> what should I prepare, i use ubuntu
> --
> Frans Thamura
> Meruvian. Java and Enterprise OSS
>
> Mobile: +62 855 7888 699
> Blog & Profile: http://frans.thamura.info
>
> We provide services to migrate your apps to Java (web), in amazing
> fast and reliable.
>
>
>
> On Fri, Aug 7, 2009 at 11:04 PM, Xiomara
> Jayasena<Xiomara.Jayasena@...> wrote:
>>
>> The OpenJDK source is available at:
>> http://hg.openjdk.java.net/jdk7/jdk7
>> http://hg.openjdk.java.net/jdk7/jdk7/rev/e1b972ff53cd
>>
>> The OpenJDK source binary plugs for the promoted JDK 7 build 68 are
>> available under the openjdk http://openjdk.java.net website under Source
>> Code (direct link to bundles: http://download.java.net/openjdk/jdk7)
>>
>> Summary of changes:
>> http://download.java.net/jdk7/changes/jdk7-b68.html
>>
>>
>> -Xiomara
>>
>>
>

$ wget http://icedtea.classpath.org/download/source/icedtea-1.11.tar.gz
$ tar xzf icedtea-1.11.tar.gz
$ cd icedtea-1.11
$ ./configure
$ make

Job done.  If you want the more stable 1.6 release rather than the
bleeding edge JDK7, try
http://icedtea.classpath.org/download/source/icedtea6-1.5.1.tar.gz
instead.
--
Andrew :-)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8

Re: JDK 7 build 68 is available at the openjdk.java.net website

by Frans Thamura-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi andrew

u gave me the IceTea?

what happen with OpenJDK, is it not ready to use?


--
Frans Thamura
Meruvian. Java and Enterprise OSS

Mobile: +62 855 7888 699
Blog & Profile: http://frans.thamura.info

We provide services to migrate your apps to Java (web), in amazing
fast and reliable.



On Fri, Aug 7, 2009 at 11:24 PM, Andrew John
Hughes<gnu_andrew@...> wrote:

> 2009/8/7 Frans Thamura <frans@...>:
>> hi there
>>
>>
>> i am new in OpenJDK
>>
>> any idea to compile OpenJDK from source...
>>
>> what should I prepare, i use ubuntu
>> --
>> Frans Thamura
>> Meruvian. Java and Enterprise OSS
>>
>> Mobile: +62 855 7888 699
>> Blog & Profile: http://frans.thamura.info
>>
>> We provide services to migrate your apps to Java (web), in amazing
>> fast and reliable.
>>
>>
>>
>> On Fri, Aug 7, 2009 at 11:04 PM, Xiomara
>> Jayasena<Xiomara.Jayasena@...> wrote:
>>>
>>> The OpenJDK source is available at:
>>> http://hg.openjdk.java.net/jdk7/jdk7
>>> http://hg.openjdk.java.net/jdk7/jdk7/rev/e1b972ff53cd
>>>
>>> The OpenJDK source binary plugs for the promoted JDK 7 build 68 are
>>> available under the openjdk http://openjdk.java.net website under Source
>>> Code (direct link to bundles: http://download.java.net/openjdk/jdk7)
>>>
>>> Summary of changes:
>>> http://download.java.net/jdk7/changes/jdk7-b68.html
>>>
>>>
>>> -Xiomara
>>>
>>>
>>
>
> $ wget http://icedtea.classpath.org/download/source/icedtea-1.11.tar.gz
> $ tar xzf icedtea-1.11.tar.gz
> $ cd icedtea-1.11
> $ ./configure
> $ make
>
> Job done.  If you want the more stable 1.6 release rather than the
> bleeding edge JDK7, try
> http://icedtea.classpath.org/download/source/icedtea6-1.5.1.tar.gz
> instead.
> --
> Andrew :-)
>
> Free Java Software Engineer
> Red Hat, Inc. (http://www.redhat.com)
>
> Support Free Java!
> Contribute to GNU Classpath and the OpenJDK
> http://www.gnu.org/software/classpath
> http://openjdk.java.net
>
> PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
> Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8
>

Re: JDK 7 build 68 is available at the openjdk.java.net website

by gnu_andrew :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/8/7 Frans Thamura <frans@...>:

> hi andrew
>
> u gave me the IceTea?
>
> what happen with OpenJDK, is it not ready to use?
>
>
> --
> Frans Thamura
> Meruvian. Java and Enterprise OSS
>
> Mobile: +62 855 7888 699
> Blog & Profile: http://frans.thamura.info
>
> We provide services to migrate your apps to Java (web), in amazing
> fast and reliable.
>
>
>
> On Fri, Aug 7, 2009 at 11:24 PM, Andrew John
> Hughes<gnu_andrew@...> wrote:
>> 2009/8/7 Frans Thamura <frans@...>:
>>> hi there
>>>
>>>
>>> i am new in OpenJDK
>>>
>>> any idea to compile OpenJDK from source...
>>>
>>> what should I prepare, i use ubuntu
>>> --
>>> Frans Thamura
>>> Meruvian. Java and Enterprise OSS
>>>
>>> Mobile: +62 855 7888 699
>>> Blog & Profile: http://frans.thamura.info
>>>
>>> We provide services to migrate your apps to Java (web), in amazing
>>> fast and reliable.
>>>
>>>
>>>
>>> On Fri, Aug 7, 2009 at 11:04 PM, Xiomara
>>> Jayasena<Xiomara.Jayasena@...> wrote:
>>>>
>>>> The OpenJDK source is available at:
>>>> http://hg.openjdk.java.net/jdk7/jdk7
>>>> http://hg.openjdk.java.net/jdk7/jdk7/rev/e1b972ff53cd
>>>>
>>>> The OpenJDK source binary plugs for the promoted JDK 7 build 68 are
>>>> available under the openjdk http://openjdk.java.net website under Source
>>>> Code (direct link to bundles: http://download.java.net/openjdk/jdk7)
>>>>
>>>> Summary of changes:
>>>> http://download.java.net/jdk7/changes/jdk7-b68.html
>>>>
>>>>
>>>> -Xiomara
>>>>
>>>>
>>>
>>
>> $ wget http://icedtea.classpath.org/download/source/icedtea-1.11.tar.gz
>> $ tar xzf icedtea-1.11.tar.gz
>> $ cd icedtea-1.11
>> $ ./configure
>> $ make
>>
>> Job done.  If you want the more stable 1.6 release rather than the
>> bleeding edge JDK7, try
>> http://icedtea.classpath.org/download/source/icedtea6-1.5.1.tar.gz
>> instead.
>> --
>> Andrew :-)
>>
>> Free Java Software Engineer
>> Red Hat, Inc. (http://www.redhat.com)
>>
>> Support Free Java!
>> Contribute to GNU Classpath and the OpenJDK
>> http://www.gnu.org/software/classpath
>> http://openjdk.java.net
>>
>> PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
>> Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8
>>
>

IcedTea (note spelling) is a build wrapper for OpenJDK with a number
of additional features including a Java web plugin and Web Start
support which aren't included in OpenJDK.
--
Andrew :-)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8

Re: JDK 7 build 68 is available at the openjdk.java.net website

by Dalibor Topic-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Frans Thamura wrote:
> hi there
>
>
> i am new in OpenJDK
>
> any idea to compile OpenJDK from source...
>
> what should I prepare, i use ubuntu

See the build instructions in the build README at

http://hg.openjdk.java.net/jdk7/build/raw-file/tip/README-builds.html

If you run into trouble, check with the build-dev mailing list.

cheers,
dalibor topic
--
*******************************************************************
Dalibor Topic                   Tel: (+49 40) 23 646 738
Java F/OSS Ambassador           AIM: robiladonaim
Sun Microsystems GmbH           Mobile: (+49 177) 2664 192
Nagelsweg 55                    http://openjdk.java.net
D-20097 Hamburg                 mailto:Dalibor.Topic@...
Sitz der Gesellschaft: Sonnenallee 1, D-85551 Kirchheim-Heimstetten
Amtsgericht München: HRB 161028
Geschäftsführer: Thomas Schröder, Wolfgang Engels, Wolf Frenkel
Vorsitzender des Aufsichtsrates: Martin Häring



Re: JDK 7 build 68 is available at the openjdk.java.net website

by Frans Thamura-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi dalibor


can share, i got openjdk in ubuntu, and in that readme, there is no
ubuntu version

so , who compile that openjdk?



--
Frans Thamura
Meruvian. Java and Enterprise OSS

Mobile: +62 855 7888 699
Blog & Profile: http://frans.thamura.info

We provide services to migrate your apps to Java (web), in amazing
fast and reliable.



On Sat, Aug 8, 2009 at 2:05 PM, Dalibor Topic<Dalibor.Topic@...> wrote:

> Frans Thamura wrote:
>> hi there
>>
>>
>> i am new in OpenJDK
>>
>> any idea to compile OpenJDK from source...
>>
>> what should I prepare, i use ubuntu
>
> See the build instructions in the build README at
>
> http://hg.openjdk.java.net/jdk7/build/raw-file/tip/README-builds.html
>
> If you run into trouble, check with the build-dev mailing list.
>
> cheers,
> dalibor topic
> --
> *******************************************************************
> Dalibor Topic                   Tel: (+49 40) 23 646 738
> Java F/OSS Ambassador           AIM: robiladonaim
> Sun Microsystems GmbH           Mobile: (+49 177) 2664 192
> Nagelsweg 55                    http://openjdk.java.net
> D-20097 Hamburg                 mailto:Dalibor.Topic@...
> Sitz der Gesellschaft: Sonnenallee 1, D-85551 Kirchheim-Heimstetten
> Amtsgericht München: HRB 161028
> Geschäftsführer: Thomas Schröder, Wolfgang Engels, Wolf Frenkel
> Vorsitzender des Aufsichtsrates: Martin Häring
>
>
>

Re: JDK 7 build 68 is available at the openjdk.java.net website

by Dalibor Topic-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Frans Thamura wrote:
> hi dalibor
>
>
> can share, i got openjdk in ubuntu, and in that readme, there is no
> ubuntu version

There are no different versions of the README file for each operating system.
A single README file covers them all.

There is a section covering Ubuntu you may have missed at
http://hg.openjdk.java.net/jdk7/build/raw-file/tip/README-builds.html#ubuntu

For OpenJDK 6, you should consult the README-builds.html file in
the jdk6 repository - it has a short sequence of shell commands to
get you started with installing the correct dependencies, too.

> so , who compile that openjdk?

Usually, the packages in Ubuntu are compiled by a dedicated build
machine. They are not manually compiled by a person.

cheers,
dalibor topic
--
*******************************************************************
Dalibor Topic                   Tel: (+49 40) 23 646 738
Java F/OSS Ambassador           AIM: robiladonaim
Sun Microsystems GmbH           Mobile: (+49 177) 2664 192
Nagelsweg 55                    http://openjdk.java.net
D-20097 Hamburg                 mailto:Dalibor.Topic@...
Sitz der Gesellschaft: Sonnenallee 1, D-85551 Kirchheim-Heimstetten
Amtsgericht München: HRB 161028
Geschäftsführer: Thomas Schröder, Wolfgang Engels, Wolf Frenkel
Vorsitzender des Aufsichtsrates: Martin Häring



Re: JDK 7 build 68 is available at the openjdk.java.net website

by Rakotomandimby Mihamina-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

08/07/2009 07:11 PM, Frans Thamura:
> i am new in OpenJDK
> any idea to compile OpenJDK from source...
> what should I prepare, i use ubuntu

http://packages.ubuntu.com/search?suite=default§ion=all&arch=any&searchon=names&keywords=openjdk
All you need as a _newcomer_

--
                             Architecte Informatique:
    Administration Systeme, Recherche & Developpement
                                   + 261 32 11 401 65
Pensez a l'environnement avant d'imprimer ce message