February 01, 2011
Mark Wielaard: New GPG key.
Finally created a new GPG key using gnupg. The old one was a DSA/1024 bits one and 8 years old. The new one is a RSA/2048 bits one. I will use the new one in the future to sign any release tarballs I might create. pub 2048R/57816A6A 2011-01-29 Key f...
More »
February 01, 2011
Andrew Hughes: [SECURITY] IcedTea6 1.7.8, 1.8.5, 1.9.5 Released!.
We are pleased to announce a new set of security releases, IcedTea6 1.7.8, IcedTea6 1.8.5 and IcedTea6 1.9.5.
This update contains the following security updates:
The IcedTea project provides a harness to build the source code from OpenJDK6 u...
More »
February/2025
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
| | | | | | 1 | 2 |
3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | |
|
|
Developers
August 14, 2009
Mario did it, in the tradition of one Java2D backend per week (at most)! Cacio FTW!
More »
August 13, 2009
Just a reminder to the crazy JDK Windows developers out there ;^)
The order of paths in the PATH variable is critical:
More »
August 13, 2009
The JDK includes many logically distinct sets of APIs. Some of the APIs naturally live in the JDK and evolve at the pace of the JDK; other APIs are effectively maintained externally, but are also shipped as part of the public API provided by the ...
More »
August 13, 2009
The MySQL Librarian collects the best articles and blog postings from the MySQL community.
More »
August 12, 2009
The recent "javac -target 7"
changes to the jdk7 repositories has prompted me to post this blog about
OpenJDK builds.
To those unfamiliar with Java classfile versions, each JDK release
typically has upgraded the version of the classfiles created by...
More »
August 12, 2009
Today one of my XML utility programs broke in a nasty way because the W3C refused to serve a DTD file. In this blog, I tell how I fixed the problem with an hour of googling and two lines of Scala, and what lessons one can learn from it.
More »
August 11, 2009
An interesting video with Denis Magda (a far east Russian ambassador) presenting a way to "listen" for SunSpot events and forward them to JavaFX application.
More »
August 11, 2009
I'm not a big fan of serialization, but there is one use that makes sense to me; intra-process,
cross-AppDomain serialization. If you have ever done any cross-AppDomain work with
IKVM you've probably run into the situation where a Java exc...
More »
August 11, 2009
After build hacking by Jon and Kelly, the JDK 7 build now uses -source 7 and -target 7 to compile the Java code, meaning the build is prepped allow use of new language features as they become available and to take advantage of version 51.0 class f...
More »
August 11, 2009
Implement an SAP ERP 6.0 app on the Solaris 10 OS for x64 platforms with Oracle as the database platform and volumes on a Sun Storage 7210 Unified Storage System that are mounted via NFS.
More »
|