Hi Bandeep, thank you for replying I do have Java 8 and maven 3 Here is the output of my java version:
java version "1.8.0_101" Java(TM) SE Runtime Environment (build 1.8.0_101-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode) and the output of maven: Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T01:41:47+09:00) Maven home: /usr/local/apache-maven-3.3.9 Java version: 1.8.0_101, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "10.10.5", arch: "x86_64", family: "mac" By binaries out of the box, you mean the bash file? Sorry if that is a too basic question :/. As for the complete stack trace, what I posted is the only line I get when I try to execute the bash. If that is not the complete stack trace, how can I get it? Thanks again, Diana On Tue, Sep 13, 2016 at 1:35 AM, Bandeep Singh <[email protected]> wrote: > Hi Diana, > > Few things I see here: > 1) You need JAVA 8 and maven 3.x version to build the cTakes code. But it > applies only when you're building the cTakes code from scratch. > 2) When using binaries out of the box (which seems the case you are > trying), All the dependencies including UIMA are part of the cTakes trunk. > I setup cTakes couple of weeks back and tried running CVD , it ran just > fine. > > Can you please post the complete stack trace so that we have a better idea > of whats happening. > > Cheers, > Bandeep > > On Sun, Sep 11, 2016 at 9:42 PM, Diana Galván <[email protected]> > wrote: > >> Hello. I'm a Master's student at Tohoku University and I've been trying >> to install cTakes on my Mac (Yosemite) for my thesis. I've followed the >> steps on the following user guide ( https://cwiki.apache.org/confl >> uence/display/CTAKES/cTAKES+3.2+User+Install+Guide ) but every time I >> try to load the CVD I get this message: >> >> Could not find or load main class org.apache.uima.tools.cvd.CVD >> >> I've already installed Java and Maven. What am I doing wrong? >> >> I'm kind of new on unix so I'll appreciate if someone could point me out >> on an easy way. >> >> Thank you >> > >
