Dremio is not running macos first time install

Hi, I am first time trying to install community edition. Application is installed.
When trying to Open the app, It shows Dremio is running, and immediately, Dremio Stopped running.

The server.log shows :
2018-07-11 10:15:20,878 [main] INFO com.dremio.exec.util.GuavaPatcher - Google’s Stopwatch patched for old HBase Guava version.
2018-07-11 10:15:20,919 [main] INFO com.dremio.exec.util.GuavaPatcher - Google’s Closeables patched for old HBase Guava version.

The server.out shows:
Wed Jul 11 10:15:14 PDT 2018 Starting dremio on sbandimac
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) 10240
pipe size (512 bytes, -p) 1
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 709
virtual memory (kbytes, -v) unlimited
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by javassist.ClassPool (file:/Volumes/Dremio/Dremio.app/Contents/Java/dremio/jars/3rdparty/javassist-3.19.0-GA.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of javassist.ClassPool
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Exception in thread “main” java.lang.NoClassDefFoundError: sun/misc/VM
at com.dremio.common.config.SabotConfig.(SabotConfig.java:49)
at com.dremio.config.DremioConfig.create(DremioConfig.java:221)
at com.dremio.config.DremioConfig.create(DremioConfig.java:216)
at com.dremio.dac.server.DACConfig.newConfig(DACConfig.java:195)
at com.dremio.dac.daemon.DremioDaemon.main(DremioDaemon.java:121)
Caused by: java.lang.ClassNotFoundException: sun.misc.VM
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
… 5 more

Can you confirm what version of Java you have installed? We currently only support Java SE 8/JDK 1.8

When checked manually from System Preferences, the Version 8 Update 181 (build 1.8.0_181-b13)

Do you have multiple versions of Java installed? What is the output of java -version, which java and your $JAVA_HOME in terminal?

mymac:$ java -version
java version “1.8.0_181”
Java™ SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot™ 64-Bit Server VM (build 25.181-b13, mixed mode)

mymac:$ echo $JAVA_HOME
/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home