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
Build the Java application into a binary executable with Quarkus ***
Wrap the resulting binary with cosmopolitan
Now we can run the executable everywhere
Disclaimer: I'm unfamiliar with the C language, and I don't know if there might be linked libraries that won't be accessible due to the initial compilation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋 , first of all, congratulations on the great project 👏
I wanted to ask, Quarkus is a Java framework [1] that builds native executables [2], and I was wondering if it would be possible to use cosmopolitan to wrap the resulting executable so it runs on multiple platforms 🤔 .
Here's a rough (and potentially wild) idea
cosmopolitan
Disclaimer: I'm unfamiliar with the
C
language, and I don't know if there might be linked libraries that won't be accessible due to the initial compilation.Thanks in advance 🙏
Links
[1] https://quarkus.io/
[2] https://quarkus.io/guides/building-native-image
Beta Was this translation helpful? Give feedback.
All reactions