Re: Please suggest a way to learn just enough Java for Clojure

2009-03-30 Thread Dan Beauchesne
I'm curious about this as well. In terms of writing simple UI gadgets, it's overwhelming to refer to the Java docs when I don't have any background in Java. There's a few examples floating around out there, but if I try and reference them to write in clojure using different components it doesn'

Re: Fresh Clojure Tutorial

2009-03-29 Thread Dan Beauchesne
Looks great, thanks a bunch. I'm not coming from a Java background so any swing example I can get my hands on is great. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send e

Re: Ant and debian 5.0 version issues

2009-03-23 Thread Dan Beauchesne
Thanks man. Removing gcj does the trick. Sorry for the noise. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this g

Re: Ant and debian 5.0 version issues

2009-03-22 Thread Dan Beauchesne
Michael Wood writes: > > Are you sure it's not trying to use gcj instead of Sun java? > > What do "java -version" and "javac -version" give you? And does > "update-alternatives --list java" or javac print anything? java -version: OpenJDK Runtime Environment (build 1.6.0_0-b11) OpenJDK Server

Ant and debian 5.0 version issues

2009-03-20 Thread Dan Beauchesne
I'm trying to install clojure on Debian 5.0 and having some troubles. Typing "ant" in the clojure directory gives me the error: compile-java: [javac] Compiling 119 source files to /home/dan/opt/clojure/classes [javac] Compliance level '1.4' is incompatible with target level '1.5'.