weavejester / ring-server

51 stars 24 forks source link

avoid loading swing classes unless you have to #1

Closed hiredman closed 12 years ago

hiredman commented 12 years ago

this avoids having java try and act like an "app" on OSX when you run lein ring server-headless

hiredman commented 12 years ago

my mistake, clojure.java.browse already takes these precautions, it was another library that was causing swing to load