linux下eclipse环境配置的坑

打开eclipse问题:

Q:
"could not start goclipse because java version is 0"
S:
./eclipce -vm /usr/lib/jvm/java-8-oracle/bin/java
done!! then change java.ini:
-vm
/usr/lib/jvm/java-8-oracle/bin/
-vmargs

 

Go编译器"goroot is not defined“问题

tool栏->window->preference->go->
1.Go install
directory: /home/bear/go
2.Go PATH
/home/bear/go/bin
3.tools
三个download:set gocode, guru and godef parameter

done!!

 

posted @ 2018-12-04 15:28  kumata  阅读(2686)  评论(1编辑  收藏  举报