I’m writing a program requiring communication between Java and Erlang using JInterface. I’ve a problem with receiving a list from an Erlang process – somehow the object I get in Java is not a OtpErlangList but OtpErlangString and if I try to cast the received object to OtpErlangList, I get a cast exception. I’ve tried […]
The post Send a list from Erlang to Java using JInterface appeared first on BlogoSfera.