Safely Running Javascript Code In Java
I am sorry if this is an unclear title because I do not know all the terminology, so please bear with me. So I am trying to create a controlled environment to run any JavaScript co
Solution 1:
Use a ClassFilter with Nashorn (note: requires Java >= 1.8.0_40)
Post a Comment for "Safely Running Javascript Code In Java"