博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Go eclipse plugin
阅读量:6499 次
发布时间:2019-06-24

本文共 1747 字,大约阅读时间需要 5 分钟。

Installation

Requirements:

  • Eclipse 4.5 (Mars) or later.
  • Java VM version 8 or later.
  • and .

Instructions:

  1. Use your existing Eclipse, or download a new Eclipse package from . 
    • For an Eclipse package without any other IDEs or extras (such a VCS tools), download the .
  2. Start Eclipse, go to Help -> Install New Software...
  3. Click the Add... button, then enter the Update Site URL: in the Location field, click OK.
  4. Select the recently added update site in the Work with: dropdown. Type GoClipse in the filter box. Now the Goclipse feature should appear below.
  5. Select the GoClipse feature, and complete the wizard. 
    • Dependencies such as CDT will automatically be added during installation.
  6. Restart Eclipse.
  7. For initial setup, follow the instructions at the configuration section in the . It is recommended you read the rest of the guide too.

Updating:

If you already have GoClipse installed, and want to update it to a newer release, click Help -> Check for Updates....

:cn:Note for users in China

If you are behind the Great Firewall of China, you are very likely to encounter problems installing GoClipse: blocked connections, timeouts, or slow downloads. This is because the update site is hosted in Github, which is blocked or has limited access. These alternative steps might help you perform the installation:

  • Download the website from , unpack the archive and use the releases directory as a Local repository instead of the Update Site URL. However, you will need to redownload the archive above whenever you want to update GoClipse to a newer version.
  • Download an Eclipse installation which already contains CDT (C Development Tools), so it doesn't have to be installed at the same time as GoClipse.

转载于:https://www.cnblogs.com/kungfupanda/p/5551668.html

你可能感兴趣的文章
spark集群安装部署
查看>>
MySql 查询表字段数
查看>>
mariadb 内存占用优化
查看>>
Centos7安装编译安装zabbix2.219及mariadb-5.5.46
查看>>
Visual Studio Remote Debugger(for 2005/2008) .net远程调试<转>
查看>>
怎么获得combobox的valueField值
查看>>
浅谈C/C++中的static和extern关键字
查看>>
Console-算法[if,while]-一输入两个正整数m和n,求其最大公约数和最小公倍数
查看>>
浅谈网络协议(四) IP的由来--DHCP与PXE
查看>>
jre与jdk的区别
查看>>
全景图的种类
查看>>
git 维护
查看>>
jfinal框架下使用c3P0连接池连接sql server 2008
查看>>
Jfinal Generator 不需要生成带某个前缀的表名数组的方法
查看>>
struts2中使用标签操作静态方法等
查看>>
熬夜写了一个小游戏,向SpaceX聊表敬意
查看>>
身份证工具类
查看>>
JPA增删改查,
查看>>
apache 开启 gzip 压缩服务
查看>>
python mysql
查看>>