benfry / processing4

Processing 4.x releases for Java 17
https://processing.org
Other
1.31k stars 236 forks source link

A problem with command-line-version processing-java. #828

Closed luxuxl closed 3 months ago

luxuxl commented 3 months ago

Description

Processing Version: 4.3 for macOS with apple silicon Problems: If run the command-line-version processing-java, it will throw an error: can't find /Applications/Processing.app/Contents/PlugIns/jdk-17.0.4+8.

Then I renamed the default jdk folder to jdk-17.0.4+8,it can run successfully,but I can't open Processing again.

Perharps the processing-java still uses old version JDK and does't change with the version updates.

A possible way to fix it is copying the original jdk folder, then renamed it.