The JavaLaunchHelper class is implemented in both XXX and XXX, one of two will be used. Which one is undefined

After updating the latest version (2017.1) of the application on my mac-pro, when I run the java program, the console always shows the following warning. How can I fix this warning?

objc [2163]: the JavaLaunchHelper class is implemented as in / Library / Java / JavaVirtualMachines / jdk 1.8.0_65.jdk / Contents / Home / bin / java (0x10ba504c0) and / Library / Java / JavaVirtualMachines / jdk 1.8.0_65.jdk / Contents /Home/jre/lib/libinstrument.dylib(0x10cab54e0). One of the two will be used. Which one is undefined.

enter image description here

enter image description here

+4
source share

Source: https://habr.com/ru/post/1673275/


All Articles