Interface RuntimeBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Creates Java runtime.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createRuntime
(AppImageLayout appImageLayout) Creates Java runtime in the given app image.Gets the default set of paths where to find Java modules.
-
Method Details
-
createRuntime
Creates Java runtime in the given app image.- Parameters:
appImageLayout
- the app image where to create Java runtime.- Throws:
PackagerException
- if packaging error occurs- Implementation Note:
- Java runtime should be created in the directory returned by
AppImageLayout.runtimeDirectory()
method called on the given app image layout object.
-
getDefaultModulePath
-