Prev: best simple Java ETL
Next: Code and Creation 04972
From: Roedy Green on 13 Jan 2010 15:17 Sun has released a new JDK 1.6.0_18. You can get it at http://java.sun.com/javase/downloads/index.jsp -- Roedy Green Canadian Mind Products http://mindprod.com There is no end to what can be accomplished if you don�t care who gets the credit. ~ Art Rennison
From: Roedy Green on 13 Jan 2010 15:38 On Wed, 13 Jan 2010 12:17:39 -0800, Roedy Green <see_website(a)mindprod.com.invalid> wrote, quoted or indirectly quoted someone who said : >Sun has released a new JDK 1.6.0_18. You can get it at >http://java.sun.com/javase/downloads/index.jsp Looks like Derby is no longer bundled with it. -- Roedy Green Canadian Mind Products http://mindprod.com There is no end to what can be accomplished if you don�t care who gets the credit. ~ Art Rennison
From: Silvio on 13 Jan 2010 16:14 "Roedy Green" <see_website(a)mindprod.com.invalid> wrote in message news:5qbsk518ls80riiqlkbddsb0qjehdk3g1v(a)4ax.com... > On Wed, 13 Jan 2010 12:17:39 -0800, Roedy Green > <see_website(a)mindprod.com.invalid> wrote, quoted or indirectly quoted > someone who said : > >>Sun has released a new JDK 1.6.0_18. You can get it at >>http://java.sun.com/javase/downloads/index.jsp > > > Looks like Derby is no longer bundled with it. > -- > Roedy Green Canadian Mind Products > http://mindprod.com > There is no end to what can be accomplished if you don't care who gets the > credit. > ~ Art Rennison That is worth a point upgrade on its own. That was one stupid call when they added that... Perhaps it had to make room for the Java API to the JavaFX widgets. Oh no wait! Another stupid call was trying to make us believe that that stuff runs on the JVM but can not be accessed from Java...
From: Tom Anderson on 13 Jan 2010 16:59 On Wed, 13 Jan 2010, Roedy Green wrote: > On Wed, 13 Jan 2010 12:17:39 -0800, Roedy Green > <see_website(a)mindprod.com.invalid> wrote, quoted or indirectly quoted > someone who said : > >> Sun has released a new JDK 1.6.0_18. You can get it at >> http://java.sun.com/javase/downloads/index.jsp > > Looks like Derby is no longer bundled with it. Seriously? I'm no fan of Derby, but isn't that going to make some people (eg those who have written apps which use it because that means they can be deployed without dependencies) very unhappy? tom -- The other big thing is the method by which these new discoveries had been made. They had not been made in studies. They were not made by the ransacking of ancient texts. Nobody deduced the existence of Nova Scotia. These things were discovered by the very simple process of driving a ship into them. A ship is a form of scientific instrument. -- Allan Chapman
From: Arne Vajhøj on 13 Jan 2010 17:27
On 13-01-2010 16:59, Tom Anderson wrote: > On Wed, 13 Jan 2010, Roedy Green wrote: > >> On Wed, 13 Jan 2010 12:17:39 -0800, Roedy Green >> <see_website(a)mindprod.com.invalid> wrote, quoted or indirectly quoted >> someone who said : >> >>> Sun has released a new JDK 1.6.0_18. You can get it at >>> http://java.sun.com/javase/downloads/index.jsp >> >> Looks like Derby is no longer bundled with it. > > Seriously? http://java.sun.com/javase/6/webnotes/6u18.html Java DB 10.5.3.0 is included in 1.6.0_18. Java DB 10.5.3.0 introduces the following improvements: .... Arne |