JDK

Tag details

Welcome to the 'JDK' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'JDK'.

Look up Offsite Link "JDK" at The Free Dictionary

Latest blogosphere posts tagged “JDK”

  • JSR 166 Concurrency Updates Hit JDK 7


    puredanger.com BlogAuthority Authority: 107
    Doug Lea posted a note today on the concurrency-interest list that the bulk of the JDK 7 changes from JSR 166y (the second maintenance update) have been pushed in the latest JDK 7 M5 snapshots . You can find the API for these changes here . The major updates are: Phasers A Phaser is kind of like a ...
    1 day ago
  • Reducing the Time Between SCTP Message Received and SCTP_SACK Sent


    KottuAuthority Authority: 137
    Last few weeks I was involved with a development related to SCTP protocol in Java. I have also done two posts on how to get started with SCTP. During that project I came across a strange issue. That is I receive two responses for all the packets I send to the peer. After doing some investigation we found that it is ...
    2 days ago
  • JDK 7 Milestone 5


    There’s not a moment to lose!Authority Authority: 434
    The JDK 7 Milestone 5 builds are now available for download . This milestone introduces: The first four of the final five (or so) small language changes from Project Coin : Improved type inference for generic instance creation (aka “diamond”) , binary literals , underscores in ...
    3 days ago
  • Re-spin Your Desktop Application Into A Java Web Start Application


    The Java Tutorials' WeblogAuthority Authority: 99
    Do you have a desktop application that youd like to distribute to a wider audience? How about monetizing your application by showcasing it on the Java Store? Check out the screencast for valuable information about how to accomplish this. Download the source code for the Menu Application shown in the screencast. ...
    3 days ago
  • Andries Seutens Blog: Setting up phpUnderControl on Gentoo Linu...


    Computer & Internet - computer-internet.marc8.comAuthority Authority: 164
    Andries Seutens has written up a new post on getting the continuous integration software CruiseControl and phpUnderControl up and running on a Gentoo linux installation. read more
    4 days ago
  • OREDEV Wrap-Up (& looking forward to next year!)


    terrencebarr's blogAuthority Authority: 113
    Entry posted to my new blog . OREDEV
    1 week ago
  • Java SE 6 Update 18 b04 is now available


    SDN Program NewsAuthority Authority: 428
    The early access build of Java SE 6 Update 18 (6u18ea-b04) is now available for download . For more information, please see the release note . Please report any bugs to http://bugreport.sun.com and share your comments with us at our 6uN Early Access Forum . You may subscribe to our 6uN RSS feed or if you ...
    1 week ago
  • Project Coin: Anatomy of adding strings in switch to javac


    Joseph D. Darcy's Sun WeblogAuthority Authority: 104
    Earlier this week, I happily pushed an implementation of Project Coins strings in switch language feature into a repository being used for JDK 7 milestone 5.JDK 7 binaries with strings in switch will be available for downloading in due course. The javac compiler uses the standard compiler architecture of having ...
    1 week ago
  • Java SE 6 Update 17 is Here


    SDN Program NewsAuthority Authority: 428
    Java SE 6 Update 17 is now available. Get it now and stay with the latest version!
    1 week ago
  • End of Service Life for J2SE 5.0


    SDN Program NewsAuthority Authority: 428
    J2SE 5.0 reached its End of Service Life (EOSL) today, the date of the final publicly available update of version 5.0 (J2SE 5.0 Update 22). For continued support, migrate to Java SE for Business 1.5 or to Java SE 6. Learn more.
    1 week ago
  • Halfway There


    GNU/Andrew's BlogAuthority Authority: 401
    OpenJDK7 b75 was just promoted, but it seems nothing from the build forest made it, due to bootstrap issues caused by a HotSpot change that wasn’t fully tested. Hence, you’ll find a changeset for the Zero assembler port in the HotSpot tree, but not the corresponding changeset for the JDK tree. Similarly, a ...
    2 weeks ago
  • Advance notification of Security Updates for Java SE


    Windows 2008 SecurityAuthority Authority: 153
    On November 3, 2009 , Sun will release the following security updates: JDK and JRE 6 Update 17 JDK and JRE 5.0 Update 22 SDK and JRE 1.4.2_24 SDK and JRE 1.3.1_27 http://blogs.sun.com/security/entry/advance_notification_of_security_updates6 Excerpt from:  Advance notification of Security Updates for Java SE
    2 weeks ago
  • Nimbus Look ‘n’ Feel Now in OpenJDK6


    GNU/Andrew's BlogAuthority Authority: 401
    The Nimbus look and feel made it into OpenJDK6 yesterday: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/bdb2f5f4ac86 and I’m about to post a further slew of backported bug fixes for approval. You can check out OpenJDK6 from Mercurial now and try it. You need to run the VM with the option ...
    3 weeks ago
  • Change in behavior in Timestamp.valueOf() in JDK 6


    Exploring Thoughtz..Authority Authority: 92
    Recently, when looking at a bug related to Timestamp, I found out that the valueOf() method in java.sql.Timestamp works differently in JDK 6 than the earlier versions. Timestamp.valueOf(), when provided with a timestamp which contains a date or a month with a single digit. eg. 2009-9-20, 2009-9-3, 2009-12-4 etc., ...
    3 weeks ago
  • OpenJDK 6: b17 regression test results


    Joseph D. Darcy's Sun WeblogAuthority Authority: 104
    Running with the usual jtreg flags, -a -ignore:quiet always and -s for the langtools area, the basic regression test results on Linux for OpenJDK 6 build 17 are: HotSpot , 24 tests passed. Langtools , 1354 tests passed. JDK , 3,118 tests pass and 26 tests fail. With the sync of HotSpot 14 into ...
    4 weeks ago
  • OpenJDK 6: b17 Source Bundle Published


    Joseph D. Darcy's Sun WeblogAuthority Authority: 104
    On October 16, the source bundle for OpenJDK 6 b17 was published. Major changes in this build include the latest round of security fixes and, courtesy of Andrew John Hughes, the syncing of HotSpot 14 into the OpenJDK 6 HotSpot repository. A detailed list of all the changes is also available .
    4 weeks ago
  • Zero Assembler Port Upstream!


    GNU/Andrew's BlogAuthority Authority: 401
    Congratulations to Gary Benson of Red Hat whose Zero assembler port (which allows OpenJDK to build on a range of additional platforms such as ppc, ppc64, s390 and arm) was accepted and pushed upstream over the last few days. For those who want the grisly details: ...
    4 weeks ago
  • Alex Miller - Java 7 [del.icio.us]


    Expanding horizonsAuthority Authority: 134
    This page lists the proposed features in Java 7 and information about them... consider this a list of possible features and libraries, not the actual future contents of Java 7
    4 weeks ago
  • Want IcedTea6 with OpenJDK6 b17… NOW?


    GNU/Andrew's BlogAuthority Authority: 401
    The entire OpenJDK infrastructure seems to be down at present. Not to fear, you can still build IcedTea6 with the latest OpenJDK6 build drop, b17, right now: $ hg fclone http://classpath.wildebeest.org/hg/jdk6$ hg clone http://icedtea.classpath.org/people/andrew/icedtea6$ cd icedtea6; ./autogen.sh; cd ..$ mkdir ...
    4 weeks ago
  • Update -- Mixing Heavyweight and Lightweight Components article


    The Java Tutorials' WeblogAuthority Authority: 99
    On Sept 23rd, I posted about a new article that describes how you can easily mix heavyweight and lightweight components in 6u12 and JDK7. The calculator example included with the article tickled a known bug on some systems. The example has now been updated with the recommended workaround. Also, the text of the ...
    5 weeks ago

Comments about JDK

Personal attacks are NOT allowed
Please read our comment policy