Hi
I installed openjdk1.6 in my machine using yum.
yum install java-1.6.0-openjdk-devel
it is installed in /usr/lib/jvm/java-1.6.0-openjdk/
But I could not find the java source of the classes.
What I’m trying to do is just edit some original java code, recompile and play with it.
Thanks.
You need to manually download it using
mercurial, first of all getMercurial Forest Extensionand then clone the whole treeBuilding it is a bit tricky,
hereis the build howto for JDK7, should be applicable for JDK6 too.