final case class JavaEnv(javaHome: AbsolutePath, javaOptions: Array[String]) extends Product with Serializable
The configuration of the Java environment for a given project.
- javaHome
Location of the java home. The
java
binary is expected to be found in$javaHome/bin/java
.- javaOptions
The options to pass the JVM when starting.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JavaEnv
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All