Class SetClassPathSystemPropBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.deployment.builditem.SetClassPathSystemPropBuildItem

public final class SetClassPathSystemPropBuildItem extends MultiBuildItem
A marker build item to make Quarkus set the java.class.path system property. This system property is used in rare by libraries (Truffle for example) to create their own ClassLoaders. The value of the system property is simply best effort, as there is no way to faithfully represent the Quarkus ClassLoader hierarchies in a system property value.
  • Constructor Details

    • SetClassPathSystemPropBuildItem

      public SetClassPathSystemPropBuildItem()