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

上一篇:7.Android之评分条RatingBar和拖动条SeekBar学习


下一篇:require.ensure的用法;异步加载-代码分割;