groovy - How do you configure GroovyConsole so I don't have to import libraries at startup? -
I have a Groove script that uses a third party library every time I open an application and run my script If I try, I have to import the appropriate library.
I would like to be able to open the Grooviconol and run my application without importing the library.
In Linux you have
/ usr / share / groovy / Conf / groovy-starter.conf Here you can add your specific labs:
# Load user-specific library load! {User.home} /. Groovy / lib / *. Jar Load /home/squelsh/src/neo4j-community-1.4.M03/lib/*.jar Load / Home / Esclash / SRC / NAO 4j-Community-1.4.4m3 / System / Lib / JJ Hope this helps, find it long enough to find (:
Comments
Post a Comment