found this gem http://www.mepis.org/docs/en/index.php?title=Java_How-tos
which contained MEPIS 11 To install the proprietary sun-java6 version (the most current version that exists in the stable debian repositories) and remove the default openjdk-6-jre* java packages & icedtea6-plugin packages, execute this command in the konsole: su -c 'apt-get install sun-java6-plugin sun-java6-fonts openjdk-6- jre*-' You will have to accept the license terms during the install (page down as needed to get to the bottom). Next this command is now needed to change the setting of net.ipv6.bindv6only so java apps can have net access: su -c 'sed -i "s/net.ipv6.bindv6only\ =\ 1/net.ipv6.bindv6only\ =\ 0/" /etc/sysctl.d/bindv6only.conf && invoke-rc.d procps restart' and voila, as easy as 1,2,3 :-), 4,5,6,7,8,9... lein repl now works! thank you very much for helping! -Bruce On Oct 14, 3:38 pm, Bruce Gordon <[email protected]> wrote: > Good thinking. Don't have an answer yet but maven failed with > ------- > Downloading:http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resource... > [WARNING] Unable to get resource 'org.apache.maven.plugins:maven- > resources-plugin:pom:2.3' from repository central (http:// > repo1.maven.org/maven2): Error transferring file: Network is > unreachable > Downloading:http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resource... > [WARNING] Unable to get resource 'org.apache.maven.plugins:maven- > resources-plugin:pom:2.3' from repository central (http:// > repo1.maven.org/maven2): Error transferring file: Network is > unreachable > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error building POM (may not be this project's POM). > > -------- > > I should remove and add Sun Java. Of course I don't want to do it > exactly the way I did it last time:-). Any suggestions? -Bruce > > 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
