On Tue, Nov 26, 2013 at 12:31 PM, Sidney <[email protected]> wrote:
> Thanks in advance. I am working on the Guestbook tutorial provided on the > app engine website. All I have done is created a new project and I am > trying to run the project in the debugger console. This is the "error" I am > getting: > > objc[6189]: Class JavaLaunchHelper is implemented in both > /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/bin/java > and > /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/lib/libinstrument.dylib. > One of the two will be used. Which one is undefined. > > Hi Sidney, This is a problem with the Java 7 Update 45 install, not App Engine. See the filed ticket here: https://code.google.com/p/googleappengine/issues/detail?id=10046 If you roll back to a previous Java version, such as Java 7 Update 10 - 25, the app server should work again. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
