To see if that hypothesis is true I can try some java program that tries to access the network. I have some stand alone java program that is built with Maven. I can install maven, and then see if I can build the program. If yes then java can access the web...
On Oct 14, 3:22 pm, Phil Hagelberg <[email protected]> wrote: > On Fri, Oct 14, 2011 at 12:20 PM, Bruce Gordon <[email protected]> wrote: > > Is this normal? > > > bruce@mepis1:~/cloj2$ mvn > > bash: mvn: command not found > > Yes, you don't need to have Maven installed to use Leiningen. > > It looks like your JVM simply can't access the network. Could be a > variety of issues, including DNS resolution, firewalls, or IPv6 > problems. > > -Phil -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
