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 recommend Doug Crockfords JSON-java library. This allows you to convert json to native JAVA objects.