Java Hotspot MIPS port
LIU Qi from Longsoon wrote up some OpenJDK MIPS port related information on the IcedTea wiki: http://icedtea.classpath.org/wiki/MIPSPort. Go check it out if you own some MIPS hardware and want to help out.
LIU Qi from Longsoon wrote up some OpenJDK MIPS port related information on the IcedTea wiki: http://icedtea.classpath.org/wiki/MIPSPort. Go check it out if you own some MIPS hardware and want to help out.
Join us at FOSDEM 2011 to be a part of our sessions where we’ll discuss the state of Free Java!
Our theme is “Java Sans Frontières”
The Call For Participation is OPEN NOW, but closes on 3rd December…
So send in a talk proposal today and join us in Brussels 5-6 February!
Why FOSDEM?
Why the Free Java DevJam?
Please join the freejava-devroom@lists.fosdem.org list for general discussion about the event.
To submit a formal Talk Proposal follow the guidelines at
http://wiki.debian.org/Java/DevJam/2011/Fosdem/CallForParticipation
Respectfully,
Doug Lea posted why he is not seeking another term on the JCP Executive Committee:
I believe that the JCP is no longer a credible specification and standards body, and there is no remaining useful role for an independent advocate for the academic and research community on the EC.
Some have argued that JCP was never a credible standards body. I once disagreed: Sun initially placed in the JSPA and Process documents enough rules to ensure that the JCP could foster innovation, quality, and diversity, […] However, some of these rules, and violations of rules, have been found to be the source of stalemates and lost technical ground. […]
For the core Java platform (which these days roughly corresponds to Java SE), the only existing vehicle for which I can foresee a useful role for the academic and research community is OpenJDK. OpenJDK is a shared-source, not shared-spec body, so is superficially not an alternative at all. But at this point, a Linux-style model for collaboratively developed common source is likely to be more effective in meeting upcoming challenges than is the JCP.
I admit that I was one of those people who argued that the JCP always has been hostile towards Free Software communities. Which is why I personally always concentrated on just producing Free Software implementations and routed around the JCP whenever I could. But it is sad to see even people like Doug Lea loosing the faith. He was brave enough to at least try.
I do agree concentrating on a shared Free Software implementation distributed under the GPL is the best way forward for Java. If we can really turn such a project into a collaboratively developed common source base on which everybody is free to build innovative platforms. Hopefully OpenJDK, with a little help from IcedTea, GNU Classpath and friends, will be that project.
The GDB Python integration is really awesome. But whenever I want to point people at it I never know what a good overview is to link them to. So I created a little PythonGdbTutorial page on the GDB wiki that has just a one sentence summary and links to all the articles Tom Tromey wrote about the cool stuff that is now possible. Like implementing new gdb commands, convenience functions, filtering backtraces, pretty printers, scripting gdb itself and even writing a whole new GUI, all in python of course.
Update: Phil Muldoon pointed out that the online GDB manual is also completely up to date now. See the GDB Python chapter.
Seems Oracle bought Sun to become a java patent troll. Trying to destroy the alternative free java implementation that is part of android. Sun used to be agnostic towards Free Software in the past, then became a huge fan on java liberation day. Now that Oracle is in control and starts its quest to destroy the free java world, we are back to the dark ages. So, now what?
Oracle is still distributing a free version of java itself through OpenJDK on which IcedTea is based. Implementations derived from that source base are safe against copyright and patent claims as long as one follows the obligations of the GPL. That is of course only for patent and copyrights Oracle holds or can pass on (through its stewardship of the JCP). To protect against claims by unrelated companies or when you have a free implementation of java not based on code distributed by Oracle, like GNU Classpath, try to get your implementation covered by a Free Software friendly patent pool. For example gcj/libgcj/GNU Classpath (as are some parts of the apache and eclipse java stacks) are part of the “System Components” of OIN (and Oracle has joined OIN).
Finally if you contribute to any Sun/Oracle java implementation demand that they change their Contributor Agreement to be truly reciprocal, not just for copyrights, but also for any patent claims covering the project you contribute to. So that anybody that wants to share the project you contributed to will always and irrevocably get all the rights to do that (not just for the GPL version). Point 3 in the current Sun/Oracle Contributor Agreement isn’t reciprocal, you grant a perpetual, irrevocable, non-exclusive, worldwide, no-charge, royalty-free license to any patent claims you might have to Sun/Oracle, but they are not granting back to you or the wider community any they hold on the project as a whole.
WordPress 3.0 integrated Multisite support! I only maintain two blogs, but it was already handy to put them under the same “Super Admin” install. WordPress really is pretty smooth these days and highly customizable.
I’ll be at the GNU Hackers Meeting this weekend and at GUADEC next week.
Matthias Klose released IcedTea6 1.8. He still doesn’t have a blog (or is that old fashioned already in these web 3.0 micro-message-blogging days). So here is the release announcement he made:
We are proud to announce the release of IcedTea6 1.8.
The IcedTea project provides a harness to build the source code from OpenJDK using Free Software build tools. It also includes the only Free Java plugin and Web Start implementation, and support for additional architectures over and above x86, x86_64 and SPARC via the Zero assembler port.
New in release 1.8 (2010-04-13):
The tarball can be downloaded here: http://icedtea.classpath.org/download/source/icedtea6-1.8.tar.gz
The following people helped with this release: Gary Benson, Deepak Bhole, Andrew John Hughes, Mark Wielaard, Nobuhiro Iwamatsu, Matthias Klose, Ed Nevill, Pavel Tisnovsky, Xerxes Rånby, and many others.
We would also like to thank the bug reporters and testers!
To get started:
$ hg clone http://icedtea.classpath.org/hg/release/icedtea6-1.8 $ cd icedtea6-1.8
Full build requirements and instructions are in INSTALL:
$ ./configure [--enable-visualvm --with-openjdk --enable-pulse-java --enable-systemtap --enable-nss ...] $ make
Did an interview for FOSDEM about SystemTap. It discusses a wide range of topics. About when I got involved with Free Software, working for Red Hat, how FOSDEM helped the libre Java community, getting Fedora more observable by adding static markers into programs, the history of observation tools (tracers, profilers, debuggers) on GNU/Linux, comparisons to other tools like DTrace, GUI frontends, Eclipse integration, the future of SystemTap and of course why you should come to FOSDEM.