0


I have java class called Main.java and javascript file called test.js which include a var
var number = 5;
how can i access this variable with java code so i can make that value 10 for example ?
(note : I should not use the javascript file as text I want to access its vars as java)

0 Answers0