-
Notifications
You must be signed in to change notification settings - Fork 48
Google Cloud Tools for Eclipse
Welcome to the documentation Wiki for the Cloud Tools for Eclipse!
Cloud Tools for Eclipse is an Eclipse plugin that assists in creating, running, and deploying applications targeted to Google's Cloud Platform. The current feature set includes:
- creating and importing App Engine Standard applications (both Maven and non-Maven)
- locally running and debugging App Engine Standard applications (via Eclipse's WTP Tooling)
- authenticating and deploying your application to Google's Cloud platform
Don't you already have the Google Plugin for Eclipse?
Cloud Tools for Eclipse is focused purely on Google's Cloud Platform, whereas GPE is focused on App Engine, GWT, and a blend of other Google Developer Features.
Cloud Tools for Eclipse is intended to replace the Cloud features of GPE. The remaining GWT functionality in GPE will be spun out as a separate plugin, and GPE itself will be deprecated.
- Java 8 or later
- Eclipse 4.7 (Oxygen) or later
- The Google Cloud SDK
If you're just looking for the update site, it's: https://dl.google.com/eclipse/google-cloud-eclipse/
Please help us improve the Cloud Tools for Eclipse by filing issues and feature requests. The more the merrier!
You can also post questions to the general discussion group for Google's Cloud Developer Tools, located here.
As we are an open-source project, we are definitely willing to accept contributions. Please sign Google's CLA before submitting a pull request. Also, please bear with us during the Beta phase, as our contribution process is not all that mature. As we move past Beta to General Availability (GA), we'll have a more formalized contribution model.
End User Documentation
- Installation and setup
- Creating a new project
- Running and debugging
- Deploying
- Cloud Tools for Eclipse Tutorial
- Migration from the Google Plugin for Eclipse (GPE)
Contributor Docs