I set up the openjdk7 mercurial project and did "make all".

Now, I want to edit the appropriate Object.java file that make is using and 
issue "make".

Is this possible?



________________________________
 From: Weijun Wang <weijun.w...@oracle.com>
To: Andy Nuss <andrew_n...@yahoo.com> 
Cc: "build-dev@openjdk.java.net" <build-dev@openjdk.java.net> 
Sent: Friday, May 10, 2013 6:17 AM
Subject: Re: how to install and build
 

Hi Andy

If 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
>

Reply via email to