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!!

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM