I’m totally new to clojure… here is what I do
(use 'Yuhuru.server) // works fine, i mean gives nil
(def mysrv (noir.server/start 8080)) //now it gives
failed Server@9bfee2: java.net.SocketException: Unrecognized Windows
Sockets error: 10106: create java.net.SocketException: Unrecognized
Windows Sockets error: 10106: create (NO_SOURCE_FILE:2)
but using commandline i’m able start server.. is there any setting i’m missing in ID.. Please throw some light..
Thanks in advance
Sounds something like this: https://forums.oracle.com/forums/thread.jspa?messageID=9457989
Go here: http://plugins.intellij.net/plugin/?idea&id=4050 ; scroll down to the comments at 2010-06-08 20:39:35, it sounds like an issue with LaClojure (I’m assuming that you’re using that…)