Hacker News new | ask | show | jobs
by 7rurl 5099 days ago
I haven't been able to get it working on Windows 7. After much hoop jumping I've gotten stuck on this error while trying to run the jar:

Exception in thread "main" java.lang.IllegalStateException: Can't change/establish root binding of: warn-on-reflection with set (compiler.clj:1)

1 comments

Are you running the jar with prod as an arg?

  java -jar lighttable-full.jar prod
Yes. I get the same result with or without the "prod" argument.
I was running it under JRE6... switching to JRE7 got past the error and it is working fine now.