on Groovy 1.72, I can do this:
import org.codehaus.groovy.scriptom.*
however, i cannot do this:
import org.codehaus.groovy.scriptom.ActiveXObject
it says it cannot reslove class ActiveXObject class......
why?
on Groovy 1.72, I can do this:
import org.codehaus.groovy.scriptom.*
however, i cannot do this:
import org.codehaus.groovy.scriptom.ActiveXObject
it says it cannot reslove class ActiveXObject class......
why?