forked from JavaTX/JavaCompilerCore
Fix current directory not being added to path
This commit is contained in:
parent
c21e5202d6
commit
708aa64283
@ -99,7 +99,7 @@ public class JavaTXCompiler {
|
||||
if (outputPath != null) path.add(outputPath);
|
||||
classLoader = new DirectoryClassLoader(path, ClassLoader.getSystemClassLoader());
|
||||
environment = new CompilationEnvironment(sources);
|
||||
classPath = contextPath;
|
||||
classPath = path;
|
||||
this.outputPath = outputPath;
|
||||
|
||||
for (File s : sources) {
|
||||
|
Loading…
Reference in New Issue
Block a user