Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #19647 > unrolled thread

Oracle Java or Open Java?

Started byMartin Gregorie <martin@address-in-sig.invalid>
First post2012-11-07 23:42 +0000
Last post2012-11-09 02:50 +0100
Articles 15 — 6 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  Oracle Java or Open Java? Martin Gregorie <martin@address-in-sig.invalid> - 2012-11-07 23:42 +0000
    Re: Oracle Java or Open Java? Arne Vajhøj <arne@vajhoej.dk> - 2012-11-07 18:46 -0500
    Re: Oracle Java or Open Java? Arved Sandstrom <asandstrom2@eastlink.ca> - 2012-11-07 20:22 -0400
      Re: Oracle Java or Open Java? Martin Gregorie <martin@address-in-sig.invalid> - 2012-11-08 01:38 +0000
      Re: Oracle Java or Open Java? Robert Klemme <shortcutter@googlemail.com> - 2012-11-08 18:03 +0100
        Re: Oracle Java or Open Java? Arne Vajhøj <arne@vajhoej.dk> - 2012-11-08 12:32 -0500
          Re: Oracle Java or Open Java? Florian Weimer <fw@deneb.enyo.de> - 2012-11-11 19:00 +0100
            Re: Oracle Java or Open Java? Martin Gregorie <martin@address-in-sig.invalid> - 2012-11-11 19:07 +0000
              Re: Oracle Java or Open Java? Florian Weimer <fw@deneb.enyo.de> - 2012-11-11 21:46 +0100
            Re: Oracle Java or Open Java? Arne Vajhøj <arne@vajhoej.dk> - 2012-11-11 17:29 -0500
              Re: Oracle Java or Open Java? Florian Weimer <fw@deneb.enyo.de> - 2012-11-19 21:46 +0100
                Re: Oracle Java or Open Java? Arne Vajhøj <arne@vajhoej.dk> - 2012-11-19 16:11 -0500
        Re: Oracle Java or Open Java? Arved Sandstrom <asandstrom2@eastlink.ca> - 2012-11-09 20:09 -0400
          Re: Oracle Java or Open Java? Robert Klemme <shortcutter@googlemail.com> - 2012-11-11 18:01 +0100
    Re: Oracle Java or Open Java? Joerg Meier <joergmmeier@arcor.de> - 2012-11-09 02:50 +0100

#19647 — Oracle Java or Open Java?

FromMartin Gregorie <martin@address-in-sig.invalid>
Date2012-11-07 23:42 +0000
SubjectOracle Java or Open Java?
Message-ID<k7erlh$6m8$2@localhost.localdomain>
Last time I remember any discussion of using the Open JDK there was a 
general opinion that Sun^WOracle Java was still the way to go. 

Is this still the case?



-- 
martin@   | Martin Gregorie
gregorie. | Essex, UK
org       |

[toc] | [next] | [standalone]


#19649

FromArne Vajhøj <arne@vajhoej.dk>
Date2012-11-07 18:46 -0500
Message-ID<509af2ea$0$289$14726298@news.sunsite.dk>
In reply to#19647
On 11/7/2012 6:42 PM, Martin Gregorie wrote:
> Last time I remember any discussion of using the Open JDK there was a
> general opinion that Sun^WOracle Java was still the way to go.
>
> Is this still the case?

I think so.

Unless you have good reasons to prefer the OpenJDK open source
license.

Arne



[toc] | [prev] | [next] | [standalone]


#19650

FromArved Sandstrom <asandstrom2@eastlink.ca>
Date2012-11-07 20:22 -0400
Message-ID<DXCms.21479$td7.7541@newsfe22.iad>
In reply to#19647
On 11/07/2012 07:42 PM, Martin Gregorie wrote:
> Last time I remember any discussion of using the Open JDK there was a
> general opinion that Sun^WOracle Java was still the way to go.
>
> Is this still the case?
>
I'm willing to give the OpenJDK a shot, especially on OS's where it 
comes by default, but at the first sign of problems I switch to Oracle 
JDK. And every so often I have had problems with the OpenJDK.

AHS

[toc] | [prev] | [next] | [standalone]


#19652

FromMartin Gregorie <martin@address-in-sig.invalid>
Date2012-11-08 01:38 +0000
Message-ID<k7f2f3$935$1@localhost.localdomain>
In reply to#19650
On Wed, 07 Nov 2012 20:22:58 -0400, Arved Sandstrom wrote:

> On 11/07/2012 07:42 PM, Martin Gregorie wrote:
>> Last time I remember any discussion of using the Open JDK there was a
>> general opinion that Sun^WOracle Java was still the way to go.
>>
>> Is this still the case?
>>
> I'm willing to give the OpenJDK a shot, especially on OS's where it
> comes by default, but at the first sign of problems I switch to Oracle
> JDK. And every so often I have had problems with the OpenJDK.
> 
OK, thanks.

I'm a Fedora user: I think its possible to install it without OpenJDK, 
though I'll admit I haven't been trying very hard. Dependencies seem to 
pull at least the JRE in, though as one of my first customization actions 
is to change $PATH, putting the Sun/Orcl SDK earlier in the search path, 
the only disadvantages are the diskspace and periodic upgrade overheads.  


-- 
martin@   | Martin Gregorie
gregorie. | Essex, UK
org       |

[toc] | [prev] | [next] | [standalone]


#19664

FromRobert Klemme <shortcutter@googlemail.com>
Date2012-11-08 18:03 +0100
Message-ID<ag26udF8cfoU1@mid.individual.net>
In reply to#19650
On 11/08/2012 01:22 AM, Arved Sandstrom wrote:
> On 11/07/2012 07:42 PM, Martin Gregorie wrote:
>> Last time I remember any discussion of using the Open JDK there was a
>> general opinion that Sun^WOracle Java was still the way to go.
>>
>> Is this still the case?
>>
> I'm willing to give the OpenJDK a shot, especially on OS's where it
> comes by default, but at the first sign of problems I switch to Oracle
> JDK. And every so often I have had problems with the OpenJDK.

What kind of issues were those?  I am asking because OpenJDK makes up by 
far the largest part of OracleJDK AFAIK.  It would be interesting to 
learn of the differences via those issues.

Kind regards

	robert

[toc] | [prev] | [next] | [standalone]


#19665

FromArne Vajhøj <arne@vajhoej.dk>
Date2012-11-08 12:32 -0500
Message-ID<509bec96$0$288$14726298@news.sunsite.dk>
In reply to#19664
On 11/8/2012 12:03 PM, Robert Klemme wrote:
> On 11/08/2012 01:22 AM, Arved Sandstrom wrote:
>> On 11/07/2012 07:42 PM, Martin Gregorie wrote:
>>> Last time I remember any discussion of using the Open JDK there was a
>>> general opinion that Sun^WOracle Java was still the way to go.
>>>
>>> Is this still the case?
>>>
>> I'm willing to give the OpenJDK a shot, especially on OS's where it
>> comes by default, but at the first sign of problems I switch to Oracle
>> JDK. And every so often I have had problems with the OpenJDK.
>
> What kind of issues were those?  I am asking because OpenJDK makes up by
> far the largest part of OracleJDK AFAIK.  It would be interesting to
> learn of the differences via those issues.

According to http://jdk7.java.net/source.html the last
OpenJDK release was August 28th as u6.

Oracle Java is at u9 from October 16th.

And given the nature of u7 and u9 then that does
not look good.

Arne



[toc] | [prev] | [next] | [standalone]


#19697

FromFlorian Weimer <fw@deneb.enyo.de>
Date2012-11-11 19:00 +0100
Message-ID<87wqxsf2ak.fsf@mid.deneb.enyo.de>
In reply to#19665
* Arne Vajhøj:

>> What kind of issues were those?  I am asking because OpenJDK makes up by
>> far the largest part of OracleJDK AFAIK.  It would be interesting to
>> learn of the differences via those issues.
>
> According to http://jdk7.java.net/source.html the last
> OpenJDK release was August 28th as u6.

The source bundles are not regularly updated.  You should get the
sources from Mercurial, or use IcedTea, which includes additional
fixes for system compatibility issues.

[toc] | [prev] | [next] | [standalone]


#19698

FromMartin Gregorie <martin@address-in-sig.invalid>
Date2012-11-11 19:07 +0000
Message-ID<k7ot10$oaf$1@localhost.localdomain>
In reply to#19697
On Sun, 11 Nov 2012 19:00:03 +0100, Florian Weimer wrote:

> * Arne Vajhøj:
> 
>>> What kind of issues were those?  I am asking because OpenJDK makes up
>>> by far the largest part of OracleJDK AFAIK.  It would be interesting
>>> to learn of the differences via those issues.
>>
>> According to http://jdk7.java.net/source.html the last OpenJDK release
>> was August 28th as u6.
> 
> The source bundles are not regularly updated.  You should get the
> sources from Mercurial, or use IcedTea, which includes additional fixes
> for system compatibility issues.

In that case I'm confused: 
Fedora 17 thinks it installed openjdk 1.7.0.9 on October 26



-- 
martin@   | Martin Gregorie
gregorie. | Essex, UK
org       |

[toc] | [prev] | [next] | [standalone]


#19699

FromFlorian Weimer <fw@deneb.enyo.de>
Date2012-11-11 21:46 +0100
Message-ID<87wqxramw6.fsf@mid.deneb.enyo.de>
In reply to#19698
* Martin Gregorie:

> On Sun, 11 Nov 2012 19:00:03 +0100, Florian Weimer wrote:
>
>> * Arne Vajhøj:
>> 
>>>> What kind of issues were those?  I am asking because OpenJDK makes up
>>>> by far the largest part of OracleJDK AFAIK.  It would be interesting
>>>> to learn of the differences via those issues.
>>>
>>> According to http://jdk7.java.net/source.html the last OpenJDK release
>>> was August 28th as u6.
>> 
>> The source bundles are not regularly updated.  You should get the
>> sources from Mercurial, or use IcedTea, which includes additional fixes
>> for system compatibility issues.
>
> In that case I'm confused: 
> Fedora 17 thinks it installed openjdk 1.7.0.9 on October 26

Fedora gets its bits from IcedTea, which it turn uses the Mercurial
forest at, uhm, <http://hg.openjdk.java.net/jdk7u/jdk7u/>, I think.

It's indeed a bit confusing.

[toc] | [prev] | [next] | [standalone]


#19700

FromArne Vajhøj <arne@vajhoej.dk>
Date2012-11-11 17:29 -0500
Message-ID<50a026b3$0$285$14726298@news.sunsite.dk>
In reply to#19697
On 11/11/2012 1:00 PM, Florian Weimer wrote:
> * Arne Vajhøj:
>
>>> What kind of issues were those?  I am asking because OpenJDK makes up by
>>> far the largest part of OracleJDK AFAIK.  It would be interesting to
>>> learn of the differences via those issues.
>>
>> According to http://jdk7.java.net/source.html the last
>> OpenJDK release was August 28th as u6.
>
> The source bundles are not regularly updated.  You should get the
> sources from Mercurial, or use IcedTea, which includes additional
> fixes for system compatibility issues.

If one is interested in JDK development or just like to have the
bleeding edge, then that is fine.

But for production usage, then getting latest and greatest source
and build it is not the same as getting a labelled version with
release notes and an expectation that it has passed some testing.

Arne

[toc] | [prev] | [next] | [standalone]


#19818

FromFlorian Weimer <fw@deneb.enyo.de>
Date2012-11-19 21:46 +0100
Message-ID<87ip911ftt.fsf@mid.deneb.enyo.de>
In reply to#19700
* Arne Vajhøj:

> But for production usage, then getting latest and greatest source
> and build it is not the same as getting a labelled version with
> release notes and an expectation that it has passed some testing.

We're talking about OpenJDK.  Building from source is the only option.
Oracle does not release binaries, and everyone else has various
patches (system zlib, no crypto restrictions, /usr/lib/jni on the
search path are pretty much unavoidable).

[toc] | [prev] | [next] | [standalone]


#19819

FromArne Vajhøj <arne@vajhoej.dk>
Date2012-11-19 16:11 -0500
Message-ID<50aaa06d$0$283$14726298@news.sunsite.dk>
In reply to#19818
On 11/19/2012 3:46 PM, Florian Weimer wrote:
> * Arne Vajhøj:
>
>> But for production usage, then getting latest and greatest source
>> and build it is not the same as getting a labelled version with
>> release notes and an expectation that it has passed some testing.
>
> We're talking about OpenJDK.  Building from source is the only option.
> Oracle does not release binaries, and everyone else has various
> patches (system zlib, no crypto restrictions, /usr/lib/jni on the
> search path are pretty much unavoidable).

OpenJDK is not an Oracle product. It is an open source
product hosted on java.net.

And they do have binaries available.

apt-get and yum here http://openjdk.java.net/install/.

Linux and Windows binary here http://jdk7.java.net/java-se-7-ri/.

Arne

[toc] | [prev] | [next] | [standalone]


#19684

FromArved Sandstrom <asandstrom2@eastlink.ca>
Date2012-11-09 20:09 -0400
Message-ID<oXgns.1$9F5.0@newsfe21.iad>
In reply to#19664
On 11/08/2012 01:03 PM, Robert Klemme wrote:
> On 11/08/2012 01:22 AM, Arved Sandstrom wrote:
>> On 11/07/2012 07:42 PM, Martin Gregorie wrote:
>>> Last time I remember any discussion of using the Open JDK there was a
>>> general opinion that Sun^WOracle Java was still the way to go.
>>>
>>> Is this still the case?
>>>
>> I'm willing to give the OpenJDK a shot, especially on OS's where it
>> comes by default, but at the first sign of problems I switch to Oracle
>> JDK. And every so often I have had problems with the OpenJDK.
>
> What kind of issues were those?  I am asking because OpenJDK makes up by
> far the largest part of OracleJDK AFAIK.  It would be interesting to
> learn of the differences via those issues.
>
> Kind regards
>
>      robert

I hesitate to say, Robert. I've had issues with *every* JDK I've used in 
close to 15 years. Certainly I've had sporadic problems with all of 
OpenJDK 6, OpenJDK 7 but also Oracle/Sun JDK 7, so I can't really pin it 
down.

I can only say with assurance that I've definitely had some OpenJDK 6/7 
problems that were solved by switching to Oracle JDK counterparts, 
because that sticks in my mind, and ISTR that these handful of problems 
were related to GUI apps, so sometimes a silent failure to launch using 
OpenJDK where the app would run properly using Oracle JDK.

FWIW I do use OpenJDK 7 quite often, depending on OS or what software I 
am using, and it's very rare that there are problems these days.

AHS

[toc] | [prev] | [next] | [standalone]


#19696

FromRobert Klemme <shortcutter@googlemail.com>
Date2012-11-11 18:01 +0100
Message-ID<aga3vfF19b0U1@mid.individual.net>
In reply to#19684
On 10.11.2012 01:09, Arved Sandstrom wrote:
> On 11/08/2012 01:03 PM, Robert Klemme wrote:
>> On 11/08/2012 01:22 AM, Arved Sandstrom wrote:

>>> JDK. And every so often I have had problems with the OpenJDK.
>>
>> What kind of issues were those?  I am asking because OpenJDK makes up by
>> far the largest part of OracleJDK AFAIK.  It would be interesting to
>> learn of the differences via those issues.

> I hesitate to say, Robert. I've had issues with *every* JDK I've used in
> close to 15 years. Certainly I've had sporadic problems with all of
> OpenJDK 6, OpenJDK 7 but also Oracle/Sun JDK 7, so I can't really pin it
> down.

Too bad.

> I can only say with assurance that I've definitely had some OpenJDK 6/7
> problems that were solved by switching to Oracle JDK counterparts,
> because that sticks in my mind, and ISTR that these handful of problems
> were related to GUI apps, so sometimes a silent failure to launch using
> OpenJDK where the app would run properly using Oracle JDK.

So you are saying that issues were mostly UI related.

> FWIW I do use OpenJDK 7 quite often, depending on OS or what software I
> am using, and it's very rare that there are problems these days.

Thank you for the reply!

Kind regards

	robert

-- 
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/

[toc] | [prev] | [next] | [standalone]


#19671

FromJoerg Meier <joergmmeier@arcor.de>
Date2012-11-09 02:50 +0100
Message-ID<1xop2linyehkc$.13txa0862q7y2$.dlg@40tude.net>
In reply to#19647
On Wed, 7 Nov 2012 23:42:41 +0000 (UTC), Martin Gregorie wrote:

> Last time I remember any discussion of using the Open JDK there was a 
> general opinion that Sun^WOracle Java was still the way to go. 

> Is this still the case?

While I have had many reports of issues with OpenJDK for 1.6, since the
switch to 1.7, I have not had a single OpenJDK-related bug report.

Liebe Gruesse,
		Joerg

-- 
Ich lese meine Emails nicht, replies to Email bleiben also leider
ungelesen.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web