python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
native-image says "unknown type name 'uint8_t'" during compilation
I'm getting this error:
$ native-image -jar foo.jar bin/java-Objects.bin
...
[bin/java-Objects.bin:24855] classlist: 1,143.29 ms, 0.96 GB
[bin/java-Objects.bin:24855] (cap): 1,803.60 ms...
yegor256
Votes: 0
Answers: 1
Quarkus graalvm native image google cloud run deploy problem
i'm trying to deploy quarkus graalvm native image into google cloud run using by Dokerfile.
But always getting an error without any reasons, i think timeout exception occurs..
My Dockerfile:
## Stage ...
ytech
Votes: 0
Answers: 0
Quarkus: Errors when performing native build using AWS classes
I am building an application using Quarkus 2.6.1 that will perform operations in AWS using the AWS SDK. Particularly, DynamoDB, using both standard DynamoDB calls, as well as DynamoDB Mapper for obje...
Shadowman
Votes: 0
Answers: 1