Class JavaLaunchHelper is implemented in both … libinstrument.dylib. One of the two will be used. Which one is undefined?

742    Asked by GloriaHoll in Java , Asked on Apr 8, 2021

I upgraded to the latest Java 7u40 on MacOS X and started getting the following message on the console when launching my application using Eclipse. Getting massage class javalaunchhelper is implemented in both, how to fix it?

objc[10012]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home/bin/java and /Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.

Answered by Gordon Guess

Your Answer

Interviews

Parent Categories