-
Notifications
You must be signed in to change notification settings - Fork 2
Installation instructions
Take the following steps to get the solution on your machine.
-
Install Java Software Development Kit (JDK) (Version 8): http://www.oracle.com/technetwork/java/javase/downloads/index.html
-
Get the Eclipse development environment: http://www.eclipse.org/downloads/
-
Install the following Google plugins in Eclipse using the following instructions at: https://developers.google.com/eclipse/docs/getting_started This includes installing the following plugins:
- Check Google plugin for Eclipse
- Check SDKs (Google App Engine SDK and Google Web Toolkit SDK)
Setting up eclipse for development of the prototype
-
Use your favorite GIT client to get the project to your disk
-
In Eclipse File / Import, select “Existing projects into Workspace"
Troubleshooting
The project is not loaded in eclipse. Again File/Import, select “Existing projects into Workspace”, browse to the local path you previously chose, open the accurator folder and press import.
The project is not yet linked to github. Right click the solution, select Team/Share project. Choose Git and select the repository you already added. Press OK and you’re done.
Project cannot find the App Engine SDK’s. Right click the projects, select properties. Open Google/App Engine and (configure and) select the correct default SDK.
Somewhere in eclipse/plugins/com.google.appengine.eclipse.sdkbundle_1.6.6/appengine-java-sdk-X.X.X Project cannot find the GWT SDK. Right click the projects, select properties. Open Google/Web Toolkit and (configure and) select the correct default SDK.
Somewhere in eclipse/plugins/com.google.gwt.eclipse.sdkbundle_***/gwt-X.X.X