Hacker News new | ask | show | jobs
by theyoungestgun 4184 days ago
Are there any options besides JNA and multi-process shared memory (java to native through message passing of some sort)?
2 comments

If you're not sharing memory, why not just set up a local rest server?
You can always just use a pipe if you don't require shared memory :)