Emmanuel Venisse wrote: >>> Now I'm trying to start archiva as per "Getting Started" from the >>> generated site. I have unpacked the plexus package, started the >>> bin/plexus.sh and get the following error when I access the front page: >>> >>> WARNUNG: /: >>> Unable to find a javac compiler; >>> com.sun.tools.javac.Main is not on the classpath. >>> Perhaps JAVA_HOME does not point to the JDK >>> >>> I have taken a brief look at the plexus.sh and verified that the >>> variable TOOLS_JAR is setup correctly. Now I'm stuck. >> >> How would I proceed from here? What do I have to to in order to make >> plexus/archiva find my tools.jar? > > You need to add tools.jar in the classpath in plexus.sh. > File an issue about it and we'll add it later in plexus.sh generation
Indeed, if I patch plexus.sh to have tools.jar on the classpath that's plassed to the java command everything works as expected. See http://jira.codehaus.org/browse/MRM-209 -dirk -- A: Maybe because some people are too annoyed by top-posting. Q: Why do I not get an answer to my question(s)? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?
