mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
6508981: cleanup file separator handling in JavacFileManager
Reviewed-by: mcimadamore
This commit is contained in:
parent
b9c79ae213
commit
fc7983c405
11 changed files with 675 additions and 299 deletions
|
@ -82,6 +82,7 @@ public class DocletInvoker {
|
|||
cpString = appendPath(System.getProperty("java.class.path"), cpString);
|
||||
cpString = appendPath(docletPath, cpString);
|
||||
URL[] urls = pathToURLs(cpString);
|
||||
System.err.println("DocletInvoker urls=" + urls);
|
||||
appClassLoader = new URLClassLoader(urls);
|
||||
|
||||
// attempt to find doclet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue