Failed to create java virtual machine

I have instaled the java SE 14 versión and the samsung watch designer but I don´t get that this open. I have a mac and when I open the app this say: failed to create java virtual machine. Anyone can say how could it solve?

Thanks

Since it installed I think it is a path problem Check out FAQ # 5 if it is a Path problem that should be the solution.

A more comprehensive detailed trouble shooting information is available HERE

If those don’t help Roll back to an older version of Java SE. When GWD 1.8.1 was released Java 14 wasn’t available and not tested.

Ron
Samsung Developer Program

For anybody still seeing this error.

open a terminal session and start the galaxy watch studio from there to find the more detailed error:

$ cd /Applications/GalaxyWatchStudio.app/Contents/MacOS
$ ./GalaxyWatchDesigner
JavaVM: Failed to load JVM: /Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home/lib/libserver.dylib
JavaVM FATAL: Failed to load the jvm library

This error can then be fixed by doing:

$ cd /Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home/lib
$ sudo ln -s …/jre/lib/server/libjvm.dylib libserver.dylib

Now the program will start correctly.