-
Notifications
You must be signed in to change notification settings - Fork 240
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
Export Application gives java.lang.ClassNotFoundException: --full-screen error #488
Comments
I tried to reproduce on OSX 10.15.7, but on this OS I can run the exported application. Only the present mode is not working, it's always windowed. |
I'm seeing what @clankill3r is seeing. @dantepfer you might check whether there's an old version of core.jar somewhere in your path. @sampottinger it looks like this has been broken since alpha 1, which suggests there might be a regression in the preprocessor, because it's no longer inserting the lines into the source during the build to properly run things in “present” mode. |
I’ll take a look!
Thanks,
Sam
… On Jun 19, 2022, at 11:08 AM, Ben Fry ***@***.***> wrote:
I'm seeing what @clankill3r is seeing.
@dantepfer you might check whether there's an old version of core.jar somewhere in your path.
@sampottinger it looks like this has been broken since alpha 1, which suggests there might be a regression in the preprocessor, because it's no longer inserting the lines into the source during the build to properly run things in “present” mode.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Awesome thank you Sam. |
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. |
Description
Using Processing 4.0 beta 8, on Intel Mac (MacBook Pro 2019), Montery 12.4, Exported Applications fail with the following error:
This is true even for sketches that are not running full screen, and occurs whether or not Java is embedded.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: