trifork / erjang

A JVM-based Erlang VM
http://www.erjang.org
Apache License 2.0
727 stars 62 forks source link

Improved startup and auto-detection of Erlang environment + Misc changes #62

Closed jetztgradnet closed 12 years ago

jetztgradnet commented 12 years ago

Erlang env is searched for in:

Other changes:

Note Currently, epmd needs to be started manually, otherwise ej fails. I will add some auto-detection code later, which starts the (internal) epmd, if it is not already running.

krestenkrab commented 12 years ago

I have written a java based epmd, but it seems to sometimes have issues. Would be great to fix that and run it in the same JVM

jetztgradnet commented 12 years ago

What kind of issues? Do you have any error description?

Can you describe the required steps to reproduce this behavior?

krestenkrab commented 12 years ago

Don't remember exactly, I think it had to do with running "real Erlang" with the java epmd.