mirror of
https://github.com/processing/processing4.git
synced 2026-02-07 23:59:21 +01:00
working on including external code
This commit is contained in:
@@ -42,9 +42,9 @@ import java.io.*;
|
||||
|
||||
public class PdeCompilerJavac extends PdeCompiler {
|
||||
|
||||
public PdeCompilerJavac(String buildPath,
|
||||
String className, PdeEditor editor) {
|
||||
super(buildPath, className, editor);
|
||||
public PdeCompilerJavac(String buildPath, String className,
|
||||
File includeFolder, PdeEditor editor) {
|
||||
super(buildPath, className, includeFolder, editor);
|
||||
}
|
||||
|
||||
public boolean compileJava(PrintStream leechErr) {
|
||||
|
||||
Reference in New Issue
Block a user