0

I have dcevm with its installer by selecting replace by dcevm and dcevm altvm for java. After the installation I face following issues:

  1. Eclipse unable to start error Fail to start java virtual machine.
  2. Running a class with java cmd I get following error .

objc[10585]: Class JavaLaunchHelper is implemented in both

jdk1.8.0_112_DCEVM.jdk/Contents/Home/bin/java (0x10762c4c0) and /JavaVirtualMachines/jdk1.8.0_112_DCEVM.jdk/Contents/Home/jre/lib/libinstrument.dylib (0x1077434e0). One of the two will be used. Which one is undefined.

Anyone face following issue?

AaMng
  • 199
  • 2
  • 4
  • Hi, I've similar problem with dcevm 7u111. It looks that hosting jdk is build with different options then dcevm. I've solved in my case by downloading icedTea's hotspot sources, applying DCEVM patches and then I've built it. – skybber Nov 03 '16 at 13:42

1 Answers1

0

You can set mac system java environment,and this can do by jenv,please reference :jenv set

Community
  • 1
  • 1