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
Copy file name to clipboardExpand all lines: BUILD.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,3 +61,37 @@ The main task to run or debug the PDE is `run`. That means you just need to run
61
61
If your main concern is with the `Core` you don't need to build and start the whole PDE to test your changes. In IntelliJ IDEA you can select any of the sketches in `core/examples/src/.../` to run by click on the green arrow next to their main functions. This will just compile core and the example sketch. Feel free to create additional examples for your new functionality.
62
62
63
63
## Other editors
64
+
65
+
## Troubleshooting and Setup Tips (IntelliJ IDEA)
66
+
67
+
If you’re building Processing using IntelliJ IDEA and something’s not working, here are a few things that might help:
68
+
69
+
### Use the Correct JDK (temurin-17)
70
+
71
+
Make sure IntelliJ is using **temurin-17**, not another version. Some users have reported issues with ms-17.
72
+
73
+
1. Go to **File > Project Structure > Project**
74
+
2. Set the **Project SDK** to: `temurin-17 java version "17.0.15"`
75
+
76
+

77
+
78
+
If it is not already installed, you can download it by:
79
+
1. Clicking the SDK input field and then selecting the `Download JDK...` option from the menu
0 commit comments