# Embedding Julia in the Java Virtual Machine

**URL:** https://discourse.julialang.org/t/embedding-julia-in-the-java-virtual-machine/51444
**Category:** Internals & Design
**Tags:** embedding, java
**Created:** [December 8, 2020, 7:11am UTC](https://discourse.julialang.org/t/embedding-julia-in-the-java-virtual-machine/51444 "2020-12-08T07:11:18Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![rssdev10](https://avatars.discourse-cdn.com/v4/letter/r/e9a140/32.png) [@rssdev10](https://discourse.julialang.org/u/rssdev10)
#### Post date: [December 8, 2020, 7:56pm UTC](https://discourse.julialang.org/t/embedding-julia-in-the-java-virtual-machine/51444/5 "2020-12-08T19:56:44Z")

</div>

I think, most of MacOS and Linux PCs are with OpenJDK. But not 100% that a binary based on OpenJDK 8 is compatible with OpenJDK 11. That part it would be good to check.  
Windows users are with Oracle Java SE. Regarding my code, if I remember right, I automated it with CMAKE on Mac, but didn’t check it properly on Linux systems.

Regarding Julia use cases, the main question for me - is it possible to run these Java containers in parallel inside the same Java VM. And, also, be sure in data isolation and crash safety.

---

_[View the full topic](https://discourse.julialang.org/t/embedding-julia-in-the-java-virtual-machine/51444)._
