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/2009
| 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 | | | | | | | | |
|
 |
February 2009
February 26, 2009
Do you live in India? What do you want? Sony Ericsson phone or Canon Camera or iPod? If so, have fun writing JavaFX code and win any of these prizes!
More »
February 26, 2009
I've discovered an exceptionally useful tool for anyone that does any kind of technical support online. You can see this innovative tool in action in the following thread in Sun's Java2D forum - just read the question, then click on the link provid...
More »
February 25, 2009
It is midnight, and I have to get my solaris platform patched in order to build a OpenJDK project. I'm working remotely with no-gui terminal, so I have to find a command line approaches. Thanks to SunSolve, I find the way at last. Bookmark them here...
More »
February 24, 2009
We recently released Systemtap 0.9 and one of the nice new features included is the user space markers that Stan Cox has been working on. They were designed so that they should be compatible with dtrace static user space markers, so you can immediat...
More »
February 23, 2009
A Bloom filter is an array of M bits which is queried at K quasi-randomly selected positions pk (k < K). If all of the bits are set, then the query returns positive, indicating that someone has already visited the array, setting the bits at all the...
More »
February 23, 2009
Andreas has written a blog entry on retrieving certificates from an SSL server. Whenever I see someone asking this question on the Java forum I point the user to this entry. Now it's time for this function to be included in keytool.
Call keytool -p...
More »
February 23, 2009
JavaFX compiler has a built-in script shell - Per Bothner has implemented a read-eval-print loop facility for JavaFX. The script shell class is com.sun.tools.javafx.script.ScriptShell.
Note:This is in the openjfx-compiler repository and not in the ...
More »
February 23, 2009
Ant
works great for any pure Java project, very simple to deal with, might get a little tricky when dealing
with jar manifests, but not bad, and very efficient in terms of limiting the Java VM startup overhead.
But what about platform specific tasks...
More »
February 22, 2009
There're two enhancements made to keytool today (the doc has not been updated, it's still for JDK 6):
We have 2 new commands: -gencert, -printcertreq and 1 new option -ext. Read the RFE descriptions.
-printcertreq is simply for printing the content...
More »
|