I\'m trying to convert a Javascript array in Java to a Java array. I\'m using the javax.script package. I tested this example here, but the type \"NativeArray\" was not reco
I would simply use json-lib and parse the array that way. for example see How to parse a JSON and turn its values into an Array?