I am new to Erlang and trying to run some sample projects to know the control flow of building the project. But am unable to that. I cloned some projects and the project is automatically build. Now how am i supposed to run the project/application? Thanks in advance...
Asked
Active
Viewed 166 times
1 Answers
0
In the article Erlang – Getting Started and Using Eclipse there are detailed instructions in setting up an Erlang project in Eclipse. Verify that your settings are the same, and especially the Run settings.
I quote that part of the article having to do with the Run environment:
- Run -> Run Configurations
- Right click on “Erlang Application” and select “New”
- In the first tab titled “Main” select your project “HelloWorld”
On the tab “Runtimes” ensure
Runtime = Erlang Node name = erlideNow for the most important part, go to the “Environment” tab
Click “Select” select “PATH” click “OK”Now click “Apply” and close the window
harrymc
- 498,455