bootclasspath.dirs examples
Alan Bateman
Alan.Bateman at oracle.com
Tue Jul 2 05:43:59 PDT 2013
I'm looking for a few examples that use bootclasspath.dirs. Specifically
I'm looking for an example of a test that has two parts, the test itself
(to be loaded by the jtreg's usual URLClassLoader) and a library part
that should be appended to the boot class path. I can trivially do this
with a shell test but I don't want to go there.
The only examples that I can find are the stream tests in the jdk
repository and a unit test in the code-tools-jtreg repository. From what
I can tell, the tests in these cases are on the boot class path whereas
I only want the "library" to be on the boot class path. Is this possible?
-Alan
More information about the jtreg-use
mailing list