I have installed Jdk9 on MAC OSX and I have added the JDK path to bash_profile. When I use jshell command from terminal, I am getting 'Command not found' error. I am able to get the correct version number when I type command java -version.
How do I access the jshell from terminal? do i need to include jdk 9 bin folder path in bash_profile?

