Hi AndyIf you only want to make small changes to .java files, just download the source code for those files, compile them with
javac -d /tmp Those.java and call java -Xbootclasspath/p:/tmp YourApp to try out.If you don't like the -X option, you can call "jar uvf" to update the class files inside rt.jar with your newly built ones.
-Max On 5/10/13 7:58 PM, Andy Nuss wrote:
Hi, I want to install jdk 7 project for linux 64, and make a simple change to Object.java and test it. What do I do? Andy