SunkenPotato
SunkenPotato
Here is the log, im on a macOS 11.6.4: ```Exception in thread "main" java.lang.NoClassDefFoundError: javafx/stage/DirectoryChooser at java.base/java.lang.Class.getDeclaredMethods0(Native Method) at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3166) at java.base/java.lang.Class.getDeclaredMethod(Class.java:2473) at java.desktop/java.awt.Component.isCoalesceEventsOverriden(Component.java:6339) at java.desktop/java.awt.Component$3.run(Component.java:6293) at java.desktop/java.awt.Component$3.run(Component.java:6291) at java.base/java.security.AccessController.doPrivileged(Native...
I'm trying to package my JavaFX application to a JAR. `./gradlew packageMyApp` works fine, but when I run the JAR, it throws the following error: ``` Error: Could not find...
**rust-analyzer version**: 1.88.0-nightly (0fe8f345 2025-04-10) **rustc version**: 1.88.0-nigtly (0fe8f345 2025-04-10) **editor or extension**: Zed **relevant settings**: N/A **repository link (if public, optional)**: / **code snippet to reproduce**: ```rust macro_rules! example...