Closed jandot closed 14 years ago
The setExecutable method on File is new to Java 6. I need to indicate that clj is only compatible with Java 6.
That solves it, thanks! Had some issues first making java 1.6 the default on my mac but got it working. Is there a way to tell clj to use java 6 even though 1.5 is the default on your machine?
However, in the "creating scripts" step, I get the following error:
Here are the last line sent to the screen: ... Including wagon-provider-api-1.0-beta-2.jar Including xml-apis-1.0.b2.jar /Users/me/.clj / project.clj does not exist, clj must be initialized. The /Users/me/.clj/lib/ repository does not exist, needs to be initialized.
The installation worked yesterday on my other laptop. Could this have to do with the fact that I'm on another network now than yesterday? Or has something changed in the code?