The Artima Developer Community
Sponsored Link

Java Answers Forum
Graal VM and its setup

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page


Posts: 1
Nickname: sparcone
Registered: Jun, 2013

Graal VM and its setup Posted: Jun 27, 2013 3:29 AM
Reply to this message Reply
Advertisement
Hello,

I want to build and run the Graal VM as instructed here : <a href="https://wiki.openjdk.java.net/display/Graal/Instructions">https://wiki.openjdk.java.net/display/Graal/Instructions</a>

I downloaded Python and Mercurial and now typed the first command into my Terminal (Mac OSX), which is
cd graal (which obviously gets me to the graal directory)

Now i tried to type the next commands which are:

echo "JAVA_HOME=/path/to/jdk7" > mx/env
mx build
mx vm

Im getting the errors :
-bash: mx/env: No such file or directory
-bash: mx: command not found

I think it has to do with adding "graal/mxtool to your PATH environment variable so that the mx helper script can be used" which is assumed for the setup.

Can anybody suggest me what to do next or what is required to run these commands so i can use parts of the code?

Thanks for the help,
Regards, Sparc

Topic: command-line argument Previous Topic   Next Topic Topic: Java lottery program Help needed

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use