mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
getting JavaFX running in the PDE again, fix the exports list to remove javafx
This commit is contained in:
@@ -443,7 +443,9 @@ public class JavaBuild {
|
||||
/** Returns the dummy "module" path so that JavaFX doesn't complain. */
|
||||
public String getModulePath() {
|
||||
// Just set this to the main core/library directory to pick up JavaFX
|
||||
return mode.getCoreLibrary().getLibraryPath();
|
||||
//return mode.getCoreLibrary().getLibraryPath();
|
||||
File folder = new File(mode.getFolder(), "libraries/javafx/library");
|
||||
return folder.getAbsolutePath();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user