-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
AWT ERR #29360
Comments
anyone there? Help |
It looks like oracle/graal#5372. @Karm might be able to help a bit more. |
@TheBlindM my reply from oracle/graal#5445 (comment) stands. We are operating in a headless mode. Your usage:
is not in the scope of what we support in Quarkus native at the moment. You can do a text user interface though, e.g. spit a link to to terminal the user can click on and have a browser started. You can leverage Picoli to have a quite rich text user interface experience... Opening a file can be done via a web form on that locally served page. You can submit a feature request and we can follow up eventually alongside GraalVM's rich gui capabilities developments. |
@Karm so I guess we should close this issue? |
Ok, I understand |
Describe the bug
Compilation exception after adding quarkus-awt
Expected behavior
How to use DaskTop in quarkus
Desktop.getDesktop().browse(uri);
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
19
GraalVM version (if different from Java)
22.3
Quarkus version or git rev
2.14
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: