linfun486 / goclipse

Automatically exported from code.google.com/p/goclipse
0 stars 0 forks source link

Environment variables not always available to eclipse instance #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running eclipse by means other than the command line

What is the expected output? What do you see instead?

Eclipse cannot get the user's environment variables in all instances.  This 
causes confusion as GoClipse depends heavily on these being set correctly to 
work. 

Original issue reported on code.google.com by st...@kryas.com on 4 Apr 2012 at 3:59

GoogleCodeExporter commented 9 years ago
I'm on RHEL 6.3 x64.
and have:
echo $GO
$GOPATH  $GOROOT
both set and can run compilation etc without issue, but eclipse doesn't see it 
( there is nothing in the Preferences dialog) Regardless how i start eclipse 
(command line or from the menu).
I have goclipse .0.7.2
Please advise

Original comment by ForM...@gmail.com on 31 Aug 2012 at 8:27