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
Is there a way to use a java object as an argument for a function and return one of said objects's values in GraalJS?
I want to use a Java object new Train() as an argument to pass into a JavaScript function, here is the Java code
public void execute() {
File script = new File("/Test.js");
...
Lenny Boi
Votes: 0
Answers: 1
GraalVM build failure with "Blocklisted methods are reachable for runtime compilation"
Thank you for your time to help me with my problem. I'm a JAVA beginner but I'm very interested in this language. So I've been learning how to use its frameworks recently, but as you can see, I'm curr...
HotFlow
Votes: 0
Answers: 1