Appengine | Sign in

云在千峰


eclipse 3.5代码帮助提示框导致程序崩溃

Eclipse 3.5 有个bug,在编辑代码时候弹出的函数选择框有时会导致eclipse崩溃,我的环境是XP SP2+MTJ 1.0+JDK 1.6.X+Eclipse 3.5, 在eclipse 发布文档中也有说明,在一些sp2的系统中usp10.dll会导致eclipse崩溃:<br>http://www.eclipse.org/eclipse/development/readme_eclipse_3.5.1.html<br><h4>Crash while editing text (Windows XP with SP2 only)</h...

| no comments | 标签: eclipse

GitHub 和 EGit

要使用EGit来访问GitHub 还需要一个 Public Key, 否则Egit在链接GitHub的时候 会出现 " Auth fail " 错误. 参考这里 <a target="_blank" href="http://support.github.com/discussions/accounts/23-egit-github-auth-fail">http://support.github.com/discussions/accounts/23-egit-github-auth-fail</a> 我的解决方式是 按照 <a target="_blan...

| no comments | 标签: eclipse, git

使用EGit(Eclipse Git Plugin)获取android源代码

Android 在SDK中并不包含源代码,Android 使用Git来管理源代码,要查看其源代码需要使用Git, jgit(http://www.jgit.org/) 是Git的java实现, EGit是使用JGit开发的Eclipse插件,在线安装地址为:http://www.jgit.org/update-site<br><br>EGit还在开发中, 目前的最新版本是0.4. 我们使用 Android platform/packages/apps/Calculator.git项目来演示如何检出Git代码:<br><br>1.导入Git ...

| no comments | 标签: eclipse

解决Eclispe ganymede(3.4) 插件更新问题-- 联网下载其他内容

自从Eclispe ganymede 发布以来,Eclipse插件安装就有用户反映安装比较慢,总是联网下载eclipse的那个content.jar,导致安装很慢. 今天需要从新设置个git的环境,在跟新git插件的时候比较慢,实在受不了了 百度下找到个解决方法: <br><h2><a id="viewpost1_TitleUrl" href="http://www.blogjava.net/aoxj/archive/2009/03/10/258939.html">解决eclipse3.4版本在线安装插件超级慢的方法</a></h2&...

| no comments | 标签: eclipse