Binaries for 7u55

68 views
Skip to first unread message

mskmania

unread,
May 20, 2014, 7:34:05 AM5/20/14
to openjdk-unof...@googlegroups.com
Hi guys,

Currently, in RHEL 6.5 the latest openJDK is 7u55. Our developers want to use the same version for Windows and all upper stages running on RHEL 6.

Would it be possible to get Windows binaries for 7u55?

Thanks.

Regards
Marc

Alex Kasko

unread,
May 21, 2014, 2:58:46 PM5/21/14
to mskmania, openjdk-unof...@googlegroups.com
Hi,
Yes, I'll build 7u55 in some days.

It is actually may be better for you to wait for 7u60 - AFAIK it should
be released next week. 7u55 is not OpenJDK release (only 7u40, 7u60 and
7u80 are), but internal Oracle release. I think that corresponding 7u55
tag in source code repository is quite solid (well tested) but 7u60 will
be better.

Also OpenJDK in RHEL is built from IcedTea sources (with linux-specific
patches) so there will be slight differences between vanilla 7u55 and
RHEL one.

>
> Thanks.
>
> Regards
> Marc
>


--
-Alex

Alex Kasko

unread,
May 25, 2014, 9:45:23 AM5/25/14
to mskmania, openjdk-unof...@googlegroups.com
Hi,

Here are 7u55-b31 windows binaries:

-
https://bitbucket.org/alexkasko/openjdk-unofficial-builds/downloads/openjdk-1.7.0-u55-unofficial-windows-i586-image.zip
(sha256: 24d81be414bde41817e6c6d0cb7cce86dd48925b01c43adf0ed3ca690b54340f)
-
https://bitbucket.org/alexkasko/openjdk-unofficial-builds/downloads/openjdk-1.7.0-u55-unofficial-windows-amd64-image.zip
(sha256: 76d2646caed16e7f65b3ce9fc818d4399bee6635571ee48ecefd48205585e6f0)

mskmania

unread,
May 26, 2014, 9:19:47 AM5/26/14
to openjdk-unof...@googlegroups.com, mskmania, ma...@alexkasko.com
Mighty awesome!! Thanks a lot Alex!

Regards
Marc

Yaron Haimsohn

unread,
Jul 1, 2014, 11:08:30 AM7/1/14
to openjdk-unof...@googlegroups.com, msk...@googlemail.com, ma...@alexkasko.com
Was 7u60 released formally already?

Alex Kasko

unread,
Jul 3, 2014, 2:25:06 PM7/3/14
to Yaron Haimsohn, openjdk-unof...@googlegroups.com, msk...@googlemail.com
Hi,

On 07/01/2014 04:08 PM, Yaron Haimsohn wrote:
> Was 7u60 released formally already?

Yes, it was releases at the end of May -
http://mail.openjdk.java.net/pipermail/jdk7u-dev/2014-May/009224.html

And I've published unofficial binaries some time ago -
https://github.com/alexkasko/openjdk-unofficial-builds#openjdk-7-update-60-build-30
--
-Alex

Yaron Haimsohn

unread,
Jul 9, 2014, 9:49:50 AM7/9/14
to openjdk-unof...@googlegroups.com, haimsoh...@gmail.com, msk...@googlemail.com, ma...@alexkasko.com
Thanks a lot. That's very useful?

Is the build using unmodified code from the source tree?
Will there be an official Windows build as well?

Thanks,
Yaron

Alex Kasko

unread,
Jul 9, 2014, 1:18:41 PM7/9/14
to Yaron Haimsohn, openjdk-unof...@googlegroups.com
Hi,

On 07/09/2014 02:49 PM, Yaron Haimsohn wrote:
> Thanks a lot. That's very useful?
>
> Is the build using unmodified code from the source tree?

Yes, it was built from the tip of these mercurial repositories -
http://hg.openjdk.java.net/jdk7u/jdk7u60/

> Will there be an official Windows build as well?

OpenJDK project does not produce official binaries and I named all my
builds as "unofficial" to emphasize that binaries are not backed by
OpenJDK project itself.
--
-Alex

Yaron Haimsohn

unread,
Jul 13, 2014, 5:08:30 PM7/13/14
to openjdk-unof...@googlegroups.com, haimsoh...@gmail.com, ma...@alexkasko.com
Thanks for the info.
I need to build the binaries myself for a work project from the sources.

I tried building on Windows but it seems quite complicated. 
So I created an Ubuntu EC2 instance and tried there.
First attempt failed (Got libjvm.so empty during the ld phase).

Am I going the right way with this (Generating windows binaries on Ubunutu)?
Which setup are you using?

Thanks so much for the info!

Alex Kasko

unread,
Jul 14, 2014, 2:40:16 PM7/14/14
to Yaron Haimsohn, openjdk-unof...@googlegroups.com
Hi,

On 07/13/2014 10:08 PM, Yaron Haimsohn wrote:> Thanks for the info.
> I need to build the binaries myself for a work project from the sources.
>
> I tried building on Windows but it seems quite complicated.
> So I created an Ubuntu EC2 instance and tried there.
> First attempt failed (Got libjvm.so empty during the ld phase).
>
> Am I going the right way with this (Generating windows binaries on
Ubunutu)?

No, you need windows to build windows binaries.

> Which setup are you using?

I am using Windows instances in VirtualBox.

>
> Thanks so much for the info!

Feel free to ask if you'll have specific problems with building.
--
-Alex

Alex Kasko

unread,
Jul 16, 2014, 2:19:13 PM7/16/14
to Yaron Haimsohn, openjdk-unofficial-builds
Hi,

On 07/16/2014 12:34 AM, Yaron Haimsohn wrote:> Hi Alex,
>
> Well, I got a Windows 7 machine, managed to work out all the
pre-requisites
> and install all the SW (Including create FreeType and Make - Is that one
> needed? I understood somewhere that the latest Cygwin 64 Make works well
> now).

Cygwin64 builds were broken half a year ago, I am not sure about now,
but it is still safer to use Cygwin32.

>
> But - I failed creating a build configuration.
>
> I was refering to this
> http://lhochet.blogspot.fr/2013/01/building-java-8-on-windows.html
> and this
> http://www.royvanrijn.com/blog/2013/10/building-openjdk-on-windows/
>
> And I fail around here:
> Configure

OpenJDK 7 build system does not use autoconf so there is no configure
script. Just setup your environment variables (example -
https://github.com/alexkasko/openjdk-unofficial-builds/blob/58a3aee8841923d75ddf37802f6ac8c99329b540/build-windows-amd64.bat
, can be simplified) in batch file, run cygwin bash from it, and run
make from bash.

>
> Now we need to configure a build for OpenJDK. Instead of just calling
> ‘./configure’ we’ll need to add a few extra options, we’ll need to
point it
> to the correct MAKE directory and we need to include our custom build
> freetype.
> view source
>
<http://www.royvanrijn.com/blog/2013/10/building-openjdk-on-windows/#viewSource>
> print
>
<http://www.royvanrijn.com/blog/2013/10/building-openjdk-on-windows/#printSource>
> ?
>
<http://www.royvanrijn.com/blog/2013/10/building-openjdk-on-windows/#about>
> 1./configure MAKE=/cygdrive/C/Projects/OpenJDK/make-3.82/make.exe
> with_freetype=/cygdrive/C/Projects/OpenJDK/freetype
>
> There's just no configure in the source code...
--
-Alex

Reply all
Reply to author
Forward
0 new messages