/usr/libexec/java_home -V
```<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="800" height="106" src="https://ataiva.com/wp-content/uploads/2021/11/image-1-800x106.png" alt="" class="wp-image-8283" srcset="https://ataiva.com/wp-content/uploads/2021/11/image-1-800x106.png 800w, https://ataiva.com/wp-content/uploads/2021/11/image-1-300x40.png 300w, https://ataiva.com/wp-content/uploads/2021/11/image-1-768x101.png 768w, https://ataiva.com/wp-content/uploads/2021/11/image-1.png 954w" sizes="(max-width: 800px) 100vw, 800px"/></figure>This now needs to be added to the `PATH`, but first let’s make sure we can reference the new location:
..should print out the newly created entry’s absolute directory path as above:
`/Library/Java/JavaVirtualMachines/graalvm-ce-java17-21.3.0/Contents/Home`
Open you `~/.bash_profile` and add:
This binary is located at `/Library/Java/JavaVirtualMachines/graalvm-ce-<version>/Contents/Home/bin` if it’s not immediately available.
### Step5:
`native-image` will now be added to the path.