GoClipse v0.91能打开定义吗?

huangapple go评论79阅读模式
英文:

Can GoClipse v0.91 open definition?

问题

我已经安装了golang1.4和GoClipse v0.91,但是我想打开fmt.Printf()的定义,但是显示"Cannot run program oracle"。我在谷歌上搜索了一下,了解到oracle是GoClipse的一个插件,但是我找不到gooracle.exe或者其他类似的东西。我尝试下载gooracle,但是没有找到。有人可以帮忙吗?

英文:

I have installed golang1.4 and GoClipse v0.91, but I want to open fmt.Printf() definition,it displays "Cannot run program oracle". I google this and know that oracle is a plugin for GoClipse, but I cannot find the gooracle.exe or something other like this.And I try to download gooracle, but find nothing. Anyone can help?

答案1

得分: 3

执行go get golang.org/x/tools/oracle命令,oracle将被安装在$GOPATH/bin/目录下,然后你需要在Eclipse Preference -> Go -> Tool -> Go oracle path中配置它的路径。

英文:

do go get golang.org/x/tools/oracle, oracle will be placed in $GOPATH/bin/, then you need to config its path in Eclipse Preference -> Go -> Tool -> Go oracle path

答案2

得分: 2

在Eclipse中打开窗口 -> 首选项 -> 转到 -> 工具,然后点击按钮下载Go oracle

英文:

In Eclipse open Window -> Preferences -> Go -> Tools and
Click the button Download Go oracle

huangapple
  • 本文由 发表于 2014年12月30日 14:18:18
  • 转载请务必保留本文链接:https://go.coder-hub.com/27700520.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定