Skip to content

Instantly share code, notes, and snippets.

@edw
Created December 7, 2010 16:52
Show Gist options
  • Select an option

  • Save edw/732045 to your computer and use it in GitHub Desktop.

Select an option

Save edw/732045 to your computer and use it in GitHub Desktop.
edw@li246-89:~/dev/cascalog$ lein repl
Warning: problem requiring hooks: java.lang.IllegalAccessError: extract-javac-tasks is not public (javac.clj:1)
...continuing without hooks completely loaded.
REPL started; server listening on localhost:18550.
user=> (use 'cascalog.playground) (bootstrap)
nil
nil
user=> (?<- (stdout) [?person] (age ?person 25))
java.lang.NoClassDefFoundError: cascalog/graph/proxy$java/lang/Object$EdgeFactory$4210cf45 (NO_SOURCE_FILE:0)
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment