Skip to content
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

Feature request: Linux executables using graalvm #3613

Open
dhombios opened this issue Jul 18, 2022 · 1 comment
Open

Feature request: Linux executables using graalvm #3613

dhombios opened this issue Jul 18, 2022 · 1 comment

Comments

@dhombios
Copy link

As far as I know, codename one cannot directly generate native Linux executables and, therefore, apps need to be distributed as jar files in order to allow using them in that platform. I’ve seen in some answers in stackoverflow that there were technical reasons for this. However, using graalvm native-image compiler could allow generating executables for this platform. Additionally, it could be also used for optimizing windows and macOS executables.

Another possibility could be distributing them as an app image with a Javavm embedded

@shai-almog
Copy link
Collaborator

GraalVM still has issues linking to Swing last I checked. We need that and native linking (if you need a browser) for everything to work. We probably won't do this but if you can solve these two problems you can just convert the executable jar target using GraalVM.

See: oracle/graal#3084

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants