开发者

How do I delete the Google App Engine SDK from my mac?

开发者 https://www.devze.com 2023-01-05 12:06 出处:网络
I installed the Google App Engine on my mac some time ago and I\'m not using it now. The Google Updater thing asks me to update the GAE every now and then and it\'s getting on my nerves. How do I unin

I installed the Google App Engine on my mac some time ago and I'm not using it now. The Google Updater thing asks me to update the GAE every now and then and it's getting on my nerves. How do I uninstall the GAE? I can't find anything to do that.

开发者_如何转开发

Thanks.


On mac, find the launch agent's plist file at:

~/Library/LaunchAgents/com.google.keystone.agent.plist

or

/Library/LaunchAgents/com.google.keystone.agent.plist

Delete the file, or disable it with

<key>Disabled</key> <true/>

Note that I think this software updater affects other Google things too, like Picasa.


I don't know specifically about GAE SDK, but Eclipse is modular and keeps its plugins under /path-to/eclipse/plugins. Some plugins are really easy to install/remove just by pasting/deleting them into/from that folder.

Example:

/opt/eclipse/plugins/com.google.appengine.eclipse.sdkbundle.1.3.3_1.3.3.v201004211208

0

精彩评论

暂无评论...
验证码 换一张
取 消