You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other information: System Ant version: 1.10.10; System OpenJDK version: 11.0.11+9
Possible Causes / Solutions
It seems that the --module-path parameter is wrong. Changing it from modes/java/libraries/javafx/library/linux64 to modes/java/libraries/javafx/library/linux64/modules fixes the problem. I have created a pull request (#215) for this change.
The text was updated successfully, but these errors were encountered:
Agh; you wouldn't believe how much time I spent tracking these down across each of the platforms—can't believe it went out with this one set incorrectly.
This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs.
Created by: letorbi
Description
Processing is not able to start after building it from the alpha 5 or the latest master code.
Expected Behavior
Well, processing should start without an exception ;)
Current Behavior
Calling build/linux/work/processing returns with the following exception:
java.lang.module.FindException: Module javafx.base not found
Here the full output of build/linux/work/processing with logging enabled:
Steps to Reproduce
pacman -S ant
(choosejdk11-openjdk
)cd processing4/build
ant run
cd linux/work
./processing
Your Environment
Possible Causes / Solutions
It seems that the
--module-path
parameter is wrong. Changing it frommodes/java/libraries/javafx/library/linux64
tomodes/java/libraries/javafx/library/linux64/modules
fixes the problem. I have created a pull request (#215) for this change.The text was updated successfully, but these errors were encountered: