We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have an experiment with compiling PlantUML to native.
I have a long road behind. And now it's working, partially.
But now I have the strange crash. So, when I run the resulting executable with parameters, like that:
./target/plantuml -Djava.awt.headless=true ./examples/example1.txt
It's worked well. But when running without any parameters, it's crushed.
P.S. Yes. It's AWT/Swing application. And yes. I hack svm.jar to make it worked. And yes. I thing, that it can work 😄
The text was updated successfully, but these errors were encountered:
after some investigation, I thing that it's just a bug in native-image compilator. I don't see any reasons for SEGFAULT here...
Sorry, something went wrong.
Seems like that this issue is not reproducible anymore.
cstancu
No branches or pull requests
I have an experiment with compiling PlantUML to native.
I have a long road behind. And now it's working, partially.
But now I have the strange crash. So, when I run the resulting executable with parameters, like that:
It's worked well. But when running without any parameters, it's crushed.
P.S. Yes. It's AWT/Swing application. And yes. I hack svm.jar to make it worked. And yes. I thing, that it can work 😄
The text was updated successfully, but these errors were encountered: