I have a Google Web Toolkit (GWT) application (Java) that is running on Google App Engine. The app is running fine, but i haven't touched the code in a while. Now i need to modify some things, but i can't get Eclipse/AppEngine to deploy the project any more. I have reinstalled Eclipse, downloaded and installed tge GWT and Google Cloud Platfrom plugins. And the Cloud SDK.
I'm using Eclipse Mars/2 but i am willing to do this from command line of necessary.
My project is now GWT-compiling fine and it runs locally with the development server.
What i fail to do is get the link up with my existing AppEngine project. The Google Cloud Platform button only proposes "Create New Project" and the "Deploy to App Engine Standard" option is greyed out. What do i need to configure to link the GWT app to my existing AppEngine project and deploy?