[erlang-questions] Calling Java from Erlang

Michael Truog mjtruog@REDACTED
Mon Jan 9 21:26:41 CET 2012


You can use jinterface to use the JVM as an Erlang cnode.

CloudI uses jinterface to use the JVM as an Erlang port (http://cloudi.org).

erjang is for using Erlang code within Java, but it doesn't seem to be for production usage... just a research project.

- Michael

On 01/09/2012 09:44 AM, ilya goberman wrote:
> Hello,
> We are a market data API vendor. We have APIs to consume market data in Java, .Net, and C++. One of the clients indicated interest in using our API from Erlang.
> So I would like to find out if it is possible to interface with any of these language APIs from Erlang.
>
> I looked briefly at jinterface, but it appears to be designed to make calls from Java to Erlang, but not in the other directions.
> I have found a post http://www.javalimit.com/2010/06/a-java-api-for-erjang.html for the Erlang-java calls, but it does not seem to be a finished product.
>
> What is the best bet to accomplish the integration?
> Any advice is appreciated.
> Thanks
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120109/2d83ec2b/attachment.htm>


More information about the erlang-questions mailing list