-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Should we try to use BinaryBuilder to install a private version of Java within the Julia depot?
- Is this a good idea? It's not a terrible idea, many applications do bundle Java. Also, I'm told
conda
installs it's own Java. But is it a good idea? - If we do this, we should probably find a way to re-package the AdoptOpenJDK binaries. Compiling OpenJDK from scratch is certainly not a good idea.
- If we do this, we should probably use the system installed JVM if the JAVA_HOME environment variable is set.
The main advantage is that the user does not need to install java themselves. This is particularly valuable for users of Julia libraries with Java dependencies. So if you want to use Taro.jl, you don't need to worry about getting a JVM on your machine if you don't already have one.
mkitti
Metadata
Metadata
Assignees
Labels
No labels