codenvy / codenvy

Codenvy
Eclipse Public License 1.0
331 stars 117 forks source link

GAE Java Stack #2447

Open deepfriedbrain opened 7 years ago

deepfriedbrain commented 7 years ago

I've just started exploring Cloud IDEs and came across Codenvy. I have a GAE Java project that I want to move to a Cloud IDE. I can see GAE Python and GAE PHP stacks, but I cannot see one for GAE Java. Is GAE Java supported?

How do I go about moving my project to Codenvy?

Thanks.

ghost commented 7 years ago

@deepfriedbrain you are going to need a custom image with Java 1.7 (as far as I remember GAE had issues with Java 8). I will post a Dockerfile here a bit later

deepfriedbrain commented 7 years ago

Thanks for your response.

I think the code can be compiled for 1.7 for deployment to GAE using JDK 8. I saw in old videos on YouTube that there was an example HelloWorld project for GAE Java, but I can't find that option anymore. Will look forward to your updates.