I'm trying to build my first google app engine application "hello world" , I am:
using eclipse (mars 1)
I installed : Google plugin for Eclipse / SDKs ( GAE java sdk (1.9.34) + Google Web Toolkit SDK 2.7.0 )
using JDK 7 (instead of 8) and my path variable is well set, as well as preferences in eclipse ( the compiler 1.7)
And when i want to create a new web application ( the zone of sample code -generate project sample code- doesn't appear at all) and the structure of the project is totally different from what it should look like. When run ( as web app) the browser keeps throwing HTTP 404 error ( localhost:8888 as well )