Hi Carolina, ctakes is written for java 8. I don't know if anybody has tested any higher version. It looks like you are compiling with java version 11.
Are you using Apache maven to build ctakes? ctakes is modular and uses https://maven.apache.org/. The most complete instructions of which I am aware are here: https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+4.0+Developer+Install+Guide#cTAKES4.0DeveloperInstallGuide-Build Sean ________________________________________ From: Cervantes, Carolina <[email protected]> Sent: Friday, October 11, 2019 1:55 PM To: [email protected] Subject: PiperFileRunner Error [EXTERNAL] Hello, I am trying to run the HelloWorld piper file and when I try to do it via terminal I have been getting this error: Error: Could not find or load main class org.apache.ctakes.core.pipeline.PiperFileRunner Caused by: java.lang.ClassNotFoundException: org.apache.ctakes.core.pipeline.PiperFileRunner When I try to run it through IntelliJ I get this error: Information:java: Errors occurred while compiling module 'ctakes-utils' Information:javac 11.0.2 was used to compile java sources Information:10/11/2019 11:53 AM - Compilation completed with 2 errors and 0 warnings in 8 s 947 ms C: /Users /Zach Barrett /Documents /Computer Science /Junior /Comp 398 /ctakes /ctakes-utils /src /main /java /org /apache /ctakes /utils /env /EnvironmentVariable.java Error:Error:line (21)java: package jdk.nashorn.internal.ir.annotations does not exist Error:Error:line (24)java: cannot find symbol symbol: class Immutable Any help would be appreciated!
