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.


source
share