-
-
Notifications
You must be signed in to change notification settings - Fork 70
'gradlew run' cannot run sketch #1058
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
bug
Something isn't working
Comments
1 task
Thank you for your quick reply.
|
I just realized that Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most appropriate sub-area of Processing 4?
Build process
Processing version
commit hash ecd219b
Operating system
Linux (Ubuntu 20.04)
Steps to reproduce this
"1. Clone processing4 repo, and move to the project directory.
./gradlew run
Hit the
Run
button, and get exception"
snippet
Additional context
After examining around
processing.app.Platform.getJavaHome()
, I realized that Processing cannot findjava
when the resource directory (app/build/compose/tmp/prepareAppResources
in my case) does not contain it.Is the directory supposed to contain a sort of
JAVA_HOME
for Processing, or should it just use systemjava
as a fallback?Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered: