python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to call javascript function making a axios api call from java
I have a javascript function which make a network call using the axios library.
The function supports for GET and POST.
My requirement is to call the same javascript function from Java, which internal...
Rahul
Votes: 0
Answers: 1
Spring Native fails to start native app after add language:js - Error creating bean with name 'requestMappingHandlerMapping'
i've configured a spring native app which should use graalvm js interpreter to run js code.
The app works fine if i build/run it with nashorn interpreter (no native, standard build).
If i build it usi...
Orazio Contarino
Votes: 0
Answers: 0
Do GraalVM JavaScript's JS-to-Java object conversions contain type information?
To mimic on GraalVM JavaScript some of Node's functions under util.types, I turned to Java functions that I can access through Java.type or the Java package global variables. GraalVM's has internal fu...
Melab
Votes: 0
Answers: 1
"Class not found" when runing feature with karate.jar
I have a feature that execute a function from a Java class. So for this reason I use this command to get the class and create a new instance:
When I run this feature with maven (mvn test -Dtest...) e...

Abel Durán Guerrero
Votes: 0
Answers: 0