python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Glob pattern to include all files in 'src/main/resources' into GraalVM binary
I have a Java project using Gradle to build. The folder structure is as below:
<project name>
|- app
|- bin/
|- build/
|- src/
| |- main/
| |- java
| | |- <package...
Thach Van
Votes: 0
Answers: 1
Building a native image on Mac ARM64 for linux/amd64 in sbt
I'm using the sbt-native-packager plugin in sbt to generate a linux executable to be wrapped inside an alpine docker image.
Since I've switches to the new Mac arch (ARM64) this doesn't work anymore.
U...
Tom Lous
Votes: 0
Answers: 1
Spring Native with RestHighLevelClient not connecting to AWS OpenSearch
I have a Lambda configured and running on "Custom runtime on Amazon Linux 2". GraalVM is the runtime used for our application.
When Lambda tries to make a connection with OpenSearch, it alwa...
RAM KUMAR
Votes: 0
Answers: 1
Gluonfx build using docker fails, with error: Cannot run program "ie4uinit": CreateProcess error=2, The system cannot find the file specified
I'm building a native image using the Gluonfx plugin. I'm doing this procedure inside a docker container.
The image builds the 7 steps, but doing the link throws an error complaining about missing ie4...
Ikaro
Votes: 0
Answers: 1