Searched refs:standaloneSystemServerJars (Results 1 – 2 of 2) sorted by relevance
391 final String standaloneSystemServerJars = Os.getenv("STANDALONE_SYSTEMSERVER_JARS"); in snapshotBootImageProfile() local392 if (standaloneSystemServerJars != null) { in snapshotBootImageProfile()393 classpath = String.join(":", classpath, standaloneSystemServerJars); in snapshotBootImageProfile()
542 final String standaloneSystemServerJars = in handleSystemServerProcess() local544 final String systemServerPaths = standaloneSystemServerJars != null in handleSystemServerProcess()545 ? String.join(":", systemServerClasspath, standaloneSystemServerJars) in handleSystemServerProcess()