Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google App Engine on NetBeans 7

Is there any pluggin or alternative way to use Google App Engine on Netbeans 7?

  • deploy
  • code completion
  • ...
like image 256
ehsun7b Avatar asked Aug 20 '11 19:08

ehsun7b


People also ask

Which version of Java does Google App Engine Support?

App Engine runs Java 11/17 apps in a container secured by gVisor on an up-to-date Ubuntu Linux distribution and its supported openjdk-11-jdk for Java 11 or openjdk-17-jdk for Java 17 runtime.

Can NetBeans be used for app development?

NetBeans IDE offers a development environment to create applications using Java, HTML, JavaScript, PHP, and C/C++. In this tutorial, we will focus on the use of this universal editor that has inbuilt support for: Various versioning tools such as Subversion, Git, Mercurial.

What programs support Google App Engine?

Google App Engine primarily supports Go, PHP, Java, Python, Node. js, . NET, and Ruby applications, although it can also support other languages via "custom runtimes".


2 Answers

I managed to get it to work with netbeans 7.0 by using the kenai plugin for Netbeans 6.9: http://kenai.com/downloads/nbappengine/NetBeans69/updates.xml.

Here you have the installation instructions. Of course: replace the links proposed with the link I provided (which is not listed on the page itself... Actually I found it by removing /Latest_NetBeans68/updates.xml from the other path).

I think it stopped working with 7.0.1 though.

like image 192
enyo Avatar answered Nov 15 '22 11:11

enyo


A new plugin version for NetBeans 7.2 is available.

The settings file is located at

https://kenai.com/downloads/nbappengine/NetBeans7.2/updates.xml

Installation instructions (for older versions) are here.

like image 30
mjn Avatar answered Nov 15 '22 09:11

mjn