Skip to content

Instantly share code, notes, and snippets.

@kanemu
Created May 16, 2010 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kanemu/402664 to your computer and use it in GitHub Desktop.
Save kanemu/402664 to your computer and use it in GitHub Desktop.
[groovy]groovyスクリプト自体のパスを取得。
class Test {
URL url = this.getClass().getProtectionDomain().getCodeSource().getLocation()
}
def ts = new Test()
println ts.url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment