Question
java file into a javascript function {}
Whats the method to add a java file, in this case, its an SDMWrapper, into a javascript function..
I have a button that I want to execute a java file (SDM Wrapper)
'action': function () {
//here I wanna execute my java file(SDM Wrapper) when I click the button.
}

