Skip to content

mookjp/jinterface-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

jinterface-example

This is an example repository to show how Java Application code works with Erlang jinterface package.

Reference: inaka / From Erlang to Java and Back Again: Part 1

Setup

Compile and copy java files to OTP Application directory:

cd java-jinterface-example
./gradlew clean build

cd ../
unzip java-jinterface-example/build/distributions/jinterface-example.zip -d erlang_jinterface_example/apps/erlang_jinterface_example/priv
cd erlang_jinterface_example

Run epmd as debug mode:

epmd -d -d -d

Run OTP Application:

rebar3 shell

About

Erlang jinterface example with a small Java code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published