grails - Unable to import org.apache.common.collections.list -


i using groovy grails tool suite grails project. trying use lazylist.decorate in 1 of domain classes , want import org.apache.common.collections.list within domain class. see org.apache.commons.collections_3.2.0.v2013030210310.jar available under ggts plugins folder. however, editor shows error @ import statement saying "groovy: unable resolve org.apache.common.collections.list". please help!

since question missing code snippet suspect have line import org.apache.common.collections.list. should import org.apache.common.collections.list.* - or if lazylist want: import org.apache.common.collections.list.lazylist


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -