mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
moving core.jar and friends
This commit is contained in:
@@ -59,11 +59,9 @@ public class JavaBuild {
|
||||
*/
|
||||
private String javaLibraryPath;
|
||||
|
||||
/**
|
||||
* List of library folders, as figured out during preprocessing.
|
||||
*/
|
||||
/** List of library folders, as figured out during preprocessing. */
|
||||
private ArrayList<Library> importedLibraries;
|
||||
|
||||
|
||||
|
||||
public JavaBuild(Sketch sketch) {
|
||||
this.sketch = sketch;
|
||||
|
||||
Reference in New Issue
Block a user