Hi,
I have a html website and I am using JavaScript. I have a java Class transformation.java with a method convert(a,b) that I would like use in the javascript in my html document. How can I import the java class in my java script and use the method convert(a,b)?
Thanks.