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 10, 2009
Applying previously published advice on designing exception types, as of JDK 7 build 68, exceptions thrown by core reflection operations have been
retrofitted
to have a common superclass, ReflectiveOperationException
(6857789).
More »
August 07, 2009
Join us at the conference September 7-10 in Regensburg, Germany. There will be an HPC Parallel Programming Seminar and many sessions in the Developer Tools track to help you learn more about developing and deploying HPC applications.
More »
August 07, 2009
Blog about Sun Studio software for a chance to win $500. Hurry, the contest ends August 14.
More »
August 07, 2009
In addition to following the
general build advice of setting source, target, and encoding, when running annotation processors the source and class file destination directories should be set via
javac's -s directory and -d directoryoptions, respe...
More »
August 07, 2009
IcedTea6 1.5.1 security release.
IcedTea7 1.11 release (rpms available).
More »
August 07, 2009
I would love to replace System.out.println with a static import and out.println in an introductory textbook, so that I could focus on objects and methods rather than what System.out means, but I am worried that it is considered too weird. What do yo...
More »
August 06, 2009
[cross-posted from the JVM summit mailing list] This is a reminder for the 2009 JVM Language Summit to be held at Sun's Santa Clara campus on September 16-18, 2009. Registration is now open for speaker submissions (presentations and workshops) and ...
More »
August 06, 2009
When using javac to compile nontrivial programs, it is almost always prudent to explicitly set the
source, target, and encoding options (-source, -target, and -encoding, respectively).
Leading by example, the JDK 7 build was recently changed to ...
More »
August 06, 2009
Try these excellent tutorials for open-source Project Darkstar, a software infrastructure to simplify the development and operation of massively scalable online games, virtual worlds, and social networking applications.
More »
August 05, 2009
Correct usage of javac's -source and -target settings is important to generate class files with the required properties. As Alex has written recently, the compiler's source and target settings interact with various other versioned aspects of the ...
More »
|