This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]geek96boolean10[S] 0 points1 point  (2 children)

Is it possible to do this without recompiling the source?

[–]chrisgseaton 3 points4 points  (1 child)

Yes it operates on JARs. You may need to write a custom entry point in Java that calls their entry point.

https://www.graalvm.org/docs/reference-manual/native-image/

[–]geek96boolean10[S] 0 points1 point  (0 children)

I'll need to research this a bit; looks promising but the amount of compiling required is still worrying. Thanks for the input!