Skip to content

Instantly share code, notes, and snippets.

@WimRoose
Last active October 20, 2015 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WimRoose/ba21383c32f502025df0 to your computer and use it in GitHub Desktop.
Save WimRoose/ba21383c32f502025df0 to your computer and use it in GitHub Desktop.
Eclipse config app engine
> start met nieuwe eclipse & nieuwe workspace
> indien eclipse klaagt op adb en libstdc6: apt-get install lib32stdc++6
> File -> import existing project -> select root folder (check 'copy to workspace')
> bij lib errors: Rechts klik op project -> build paths -> edit build paths
> voor errors ivm com.google.gdt.eclipse.managedapis.MANAGED_API_CONTAINER/drive-v2r181lv1.18.0-rc:
download jars: google "group settings api client for java", extract en voeg jar toe aan war/web-inf/lib dir
> refresh project in eclipse - jars zullen nu ook onder war verschijnen. In edit build paths de jars toevoegen
(!!! add jars, niet 'external jars')
bv deze voor group settings: https://developers.google.com/api-client-library/java/apis/groupssettings/v1
>indien eclipse crasht en poort v local server nog openstaat: lsof -i:8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment