Using OpenJDK HotSpot with NetBeans C/C++ Development Pack
Introduction
Since May, 2007 Sun opens almost all of the JDK under the GPL. One of the vital part of it is HotSpot — Java Virtual Machine.
The HotSpot build system is complex and amount of sources is very large. Original
sources don't contain any IDE projects and assumed to be built from command line.
So we created a small tool which allows to work with HotSpot sources using NetBeans IDE
with C/C++ Development Pack. You can browse, build and debug HotSpot like a regular NetBeans project.
Project files
Downloads
You have to download next software:
Using
HTML installation guide can be found
here.
Text version is included in the tarball with project files.
Contacts
You can mail you question and issues to
users@cnd.netbeans.org.