score:1
its a build issue. check your bin folder whether program has access to the folder check preferences and missing references for the golang project.
score:0
the setup process should be driven by host/install/windows/innosetup-x64.iss
for innosetup:
you need to check if the setup properly installed the exe, and why it looks for c:/users!/...
instead of c:/users/...
score:0
i managed to find the issue, it is no configuration issue or anything. you have to do 3 things as follows,
1) make sure gopath value is different from goroot. 2) make sure gobin value is empty. 3) your package name on the go file in eclipse should be main and not the package name "hello". this should be the case for at least the file that has main function. to do this, file->new go file->source file type should be -> command source file-> empty main function. then type your code after which you can build to see the the .exe file in gopath/bin and the program run.
worked for me.
Source: stackoverflow.com
Related Query
- Separate standard output from standard error when running a program in Eclipse
- Error running Go program
- Error while running a hibernate program in eclipse
- Internal error in eclipse when running java program
- Program compiles fine with boost libs, but error when running it
- Getting an error running this program as a command line argument in Java, how can I fix this?
- Error while re building and running the android program in device with updated Android version(androidapi 15 rev1 to api 15 rev2)
- 404 error when running a GWT program in Eclipse. Seems to be to do with servlet mapping
- Not even a error nor the program is running in eclipse
- Trouble running program in Eclipse - Classpath Error
- Launch error while running javafx program
- Error when running this code, program shut the box
- error running the current program in eclipse
- When I am running program with the help of appium on eclipse i am getting session not created error
- Error while running mapreduce program in eclipse
- Error running C++ program eclipse (nothing to build)
- Error Running batch file from Windows desktop to execute a Java program in eclipse workspace
- How to fix a NullPointerException error when running a program with becker.jar as an external jar?
- Error running a C++ code in Eclipse.It says 'Your program cannot output..'
- Multiple contexts with the same path error running web service in Eclipse using Tomcat
- How to stop a program running under Eclipse?
- How can I compile a Java program in Eclipse without running it?
- Running a program in Debug mode is incredible slow
- Error while running zipalign
- Getting Error running javac.exe compiler message, while using Ant in Eclipse
- "Could not find the main class" error when running jar exported by Eclipse
- Sending SIGINT (Ctrl-C) to program running in Eclipse Console
- Why am I getting the following error when running Google App from eclipse?
- Mac Error Create Android Project - "Errors running builder 'Android Resource Manager' on project"
- Is it possible to attach a debugging session to a running program in eclipse CDT
More Query from same tag
- Eclipse: Open JSP file on CTRL+CLICK of jsp path
- How do I change the port number in Udacity GAE project?
- Eclipse to IntelliJ transfer
- Tomcat and Eclipse: image files and css files blank
- Eclipse is not detecting servlet libraries
- Eclipse: two windows, moving code editor from one window to the other
- Scala running issue on eclipse
- Is there a possibility to show an icon for symbolic link resource in Eclipse?
- How do I open my editor while I am selecting a file in project explorer?
- In Eclipse running a Java EE Web Server "Servlet" on Tomcat project attempts to deploy extraneous directories
- Is it possible to see the different parts of file in Zend Studio 7?
- How to set Eclipse compiler level to 1.1
- How to "send" a variable from app to a different module?
- Eclipse plugin for software metrics - workspace level summary
- Android: Issues with R after importing v7 appcompat
- what's the shortcut of switching between different perspectives in eclipse
- Error occur while connecting to database mysql workbench:java.sql.SQLNonTransientConnectionException: Could not create connection to database server
- Pydev run unittests selectively
- Maven multi module project and custom JRE
- Displaying text retrieved from a Java class
- eclipse kepler "Cannot install remote marketplace locations"
- Is there a keyboard shortcut in Eclipse to move to the next closing parenthesis?
- Eclipse - sharing project directory with multiple users
- Eclipse Android SDK: Bad version number in .class file
- android eclipse not creating blank activity
- Is it possible to see staged / unstaged as tree in EGit & Eclipse
- Should Java member enum types be capitalized?
- Eclipse editor not showing error markers
- PDPageContentStream has no drawLine() method
- hadoop mapreduce wordcount program