Jdk1.7.0_79.jdk and AppEngine: JavaLaunchHelper class is implemented as in

I have a simple Google App Engine project. When I try to run the web application on localhost, I get the following:

objc[49307]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/bin/java and /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined. Usage: <dev-appserver> [options] <app directory> 

Configuration: MAC OSX El Capitan + Eclipse 4.4.2 + Google Plugin for Ecplise 4.4

I thought the bug was already fixed by Oracle with the same problem in version 1.7.0_45:

  • The JavaLaunchHelper class is implemented in both. One of the two will be used. Which one is undefined
  • objc [10012]: the JavaLaunchHelper class is implemented as in ... libinstrument.dylib. One of the two will be used. Which one is undefined )

So, I canโ€™t test my application locally with the Google plugin for Eclipse .. What happened?

+7
java google-app-engine google-plugin-eclipse
source share

No one has answered this question yet.

See similar questions:

269
The JavaLaunchHelper class is implemented as in ... libinstrument.dylib. One of the two will be used. Which one is undefined
113
The JavaLaunchHelper class is implemented in both. One of the two will be used. Which one is undefined

or similar:

1989
"implements Runnable" vs "extends Thread" in Java
163
Access restriction: Type "Application" is not an API (restriction on the required rt.jar library)
134
JavaLaunchHelper class implemented in two places
10
After upgrading to IntelliJ 2017.1, Class JavaLaunchHelper Error
4
JavaLaunchHelper is implemented in both java and libinstrument.dylib. One of the two will be used. Which one is undefined
4
The JavaLaunchHelper class is implemented in both XXX and XXX, one of two will be used. Which one is undefined
one
Conclusion of applications without any error
0
Exception in thread "main" java.lang.RuntimeException: Failed to start Selenium session:
0
How to remove the warning about the following?
0
Running java issue on Eclipse

All Articles