I have a simple Google App Engine project. When I try to run as web application on localhost I get this:
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>
Config: MAC OSX El Capitan + Eclipse 4.4.2 + Google Plugin for Ecplise 4.4
I thought that bug was already fixed by Oracle with same problem on version 1.7.0_45:
- Class JavaLaunchHelper is implemented in both. One of the two will be used. Which one is undefined
- objc[10012]: Class JavaLaunchHelper is implemented in both ... libinstrument.dylib. One of the two will be used. Which one is undefined)
So I can't test locally my app with Google Plugin For Eclipse.. What's wrong ?