> Can you tell me how I'd instantiate the IPRange class in my MFA script to use
> it for my comparison?
I use Rhino and kind of despise Nashorn, but I think the Nashorn syntax is:
var Animal = Java.type("com.Animal")
var animalObj = new Animal()
-- Scott