On 7 July 2016 at 09:29, Chamini Prashakthi Jayasinghe <[email protected]> wrote: > Can we run taverna command line module in windows 10.if yes please explain
Yes, Windows 10 was explicitly tested for the 3.1.0 release. If you have downloaded from https://taverna.incubator.apache.org/download/commandline/ Then follow the README from https://github.com/apache/incubator-taverna-commandline/blob/master/README.md#prerequisites First of all you will need to install JDK 8 for Windows x64 (or for x86 if you have an older machine): http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html then Apache Maven https://maven.apache.org/download.cgi After which you can run mvn clean install within the unpacked taverna-commandline folder. Note that the README mentions: > If you are building on Windows, ensure you unpack this source code to a > folder with a short path name lenght, e.g.C:\src - as Windows has a > limitation on the total path length which might otherwise prevent this code > from building successfully. After building, see https://github.com/apache/incubator-taverna-commandline/blob/master/README.md#running on how to run it. We would welcome suggestions on how to improve these build instructions in the README and/or website. :) -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons http://orcid.org/0000-0001-9842-9718
