Update Eclipse project configurations
Lukas Stadler
lukas.stadler at jku.at
Fri Mar 8 05:54:06 PST 2013
I just pushed a small change to the gate that passes along JAVA_HOME from the "mx eclipseinit" to the jar builder.
This should resolve the issue that prevented the jar build from working when eclipse was started without JAVA_HOME.
(setting JAVA_HOME for GUI applications is tricky on MacOS…)
- Lukas
On Mar 7, 2013, at 11:34 AM, Doug Simon @ Oracle <doug.simon at oracle.com> wrote:
> After you have pulled http://hg.openjdk.java.net/graal/graal/rev/8d10fc6b4f6c, it is important to run 'mx eclipseinit' (or 'mx ideinit'). This is required so that changes made in Eclipse are deployed properly as the VM now only looks in <jdk>/jre/lib/graal.jar for the Graal classes. This change was made to reduce the overhead caused by having numerous directories on the bootclasspath.
>
> -Doug
More information about the graal-dev
mailing list