Questions tagged [erlide]

erlide is an open source Erlang IDE based on Eclipse.

38 questions
4
votes
1 answer

erlide, which eclipse/which packages?

I have downloaded eclipse 3.4 (java version) for MacOSX (carbon). I have tried to 'update' to the erlide, but see many (duplicated) options (many erlide, options that say 'only for erl SDK updates', etc.) Sometimes I get 403 errors when attempting…
KevinDTimm
  • 14,226
  • 3
  • 42
  • 60
2
votes
0 answers

Unable to open .erl file using "Erlang Editor" in Eclipse

I have installed Erlang OTP 25.0, erlide 0.56.0, Eclipse 2022-09 & Java 18. I have created a new Erlang project and module. When I tried to open the .erl file by clicking on "Open", I am getting an exception shown below. Failed to create the part's…
Mohan
  • 129
  • 8
2
votes
2 answers

build path for external libraries erlide

I am working on an erlang application using couchbeam. I am new in erlang and it would be easier for me to work in erlide. I have used eclipse in java and It was easy to add external libraries. I tried to find out how to build path for those…
2
votes
1 answer

eclipse juno erlide runtime setup issue on mountain lion osx

I have a new dev box (mountain lion osx 10.8.1) where I am trying to setup eclipse with erlide plugin. I have different versions of erlang installed as shown below: $ pwd /Users/abhinavsingh abhinav:~ abhinavsingh$ ls Builds/ R14B03 R14B04 R15B01 …
Abhinav Singh
  • 2,643
  • 1
  • 19
  • 29
2
votes
0 answers

Ejabberd code import using erlide in eclipse

trying to understand the working of ejabberd. I have some problems importing the source code. It would be of great help if you can help trouble shoot. Following is the problem: I install eclipse Juno, install erlide from eclipse market place. Set up…
Maverickgugu
  • 767
  • 4
  • 13
  • 26
1
vote
3 answers

Running an Erlang Application in Eclipse is throwing an exception

I have installed Erlang OTP 25.0, erlide 0.56.0, Eclipse 2022-09 & Java 18. I have created a new Erlang project and module. I am facing 2 issues. Issue #1: Getting an error when I tried to launch the Eclipse after creating the Erlang project. Issue…
Mohan
  • 129
  • 8
1
vote
1 answer

Generating an Erlang archive using Erlide

I am complete Erlang novice, so this question might be complete nonsense. I am trying to create a plugin for RabbitMQ, which I have to write in Erlang. To do this, I am using Erlide in Eclipse, and I am experimenting with the RabbitMQ Metronome…
user2430147
  • 141
  • 1
  • 4
1
vote
1 answer

ErlIDE Erlang tools do not support source files encoded in UTF-8

I have istalled ErlIDE plugin to Eclipse, and created project. In project I added new erlang module but when I want to edit it I get error Could not open the editor: Erlang tools do not support source files encoded in UTF-8 Is it bug of…
Dmitro
  • 1,489
  • 4
  • 22
  • 40
1
vote
1 answer

How to fix "Received fatal alert: handshake_failure" error when installing Erlide in Eclipse

I've just installed Eclipse IDE for Enterprise Java Developers, version 2019-06 (4.12.0) and am trying to add the Erlide plugin. There are two ways to go about it: Help -> Install New Software. Following instructions on the site…
Rui Motta
  • 131
  • 2
  • 10
1
vote
3 answers

Sinan and Erlide usable together?

Has anyone successfully managed to get Eclipse+Erlide and Sinan (or EPM or something I ought to have heard of but haven´t) to co-exist? I get problems when I generate a Sinan directory structure and then try to import it into Erlide. It just stares…
Andrew Matthews
  • 3,006
  • 2
  • 29
  • 42
1
vote
2 answers

Erlang sample project in erlide (eclipse)

Guys, I just started learning erlang ... and since I'm a java programmer, I'm using eclipse ... I downloaded erlide already ... but now is looking for any tutorial in the net on how to use erlide to create a simple erlang project. Anyone knows where…
Bromo Programmer
  • 670
  • 2
  • 13
  • 37
1
vote
1 answer

How can I build ejabberd source code in eclipse

I want to build ejabberd source code in eclipse. I follow these steps for this. 1. Download ejabberd source code from git hub from this link https://github.com/processone/ejabberd. 2. Add erlide plugin in eclipse. 3. Now i import it as general…
Anuj Dhiman
  • 1,550
  • 3
  • 26
  • 51
1
vote
4 answers

"** exception error: undefined function add:addfunc/0 in Erlang "

I'm trying to execute a simple erlang program of adding two numbers. I'm trying to do this in Eclipse on Ubuntu 10.04 LTS. When i execute this program, I'm getting the error as shown below: ** exception error: undefined function add:addfunc/0 How…
Manjunath R
  • 11
  • 1
  • 4
1
vote
1 answer

Erlide erlang console appears to hang

I've been working through the Erlang tutorials in Seven Languages in Seven Weeks using Erlide for eclipse and for the most part all seemed to be ok until i got to the concurrency section. In this section, the author walks through a simple example…
Beta033
  • 1,975
  • 9
  • 35
  • 48
1
vote
3 answers

Reloading/Recompiling/Refreshing .beam files inside a terminal

I use Eclipse and Erlide to develop in Erlang. To run the software I enter the ebin/ directory with my terminal since I don't like the console Eclipse provides. However after each change I have to exit and re-enter erl in the terminal to reload the…
danihodovic
  • 1,151
  • 3
  • 18
  • 28
1
2 3