Hi Peter, That is interesting, thank you for the information.
Sean ________________________________________ From: Peter Abramowitsch <pabramowit...@gmail.com> Sent: Saturday, October 12, 2019 2:47 AM To: dev@ctakes.apache.org Subject: Re: PiperFileRunner Error [EXTERNAL] It runs under Java 9 and possibly 11 if built in 8, and with a bunch of hasty changes I got it to compile and run in 9, but it wasn’t worth the effort. With Java 11, bigger changes were introduced in the packaging of modules, which are no longer completely synonymous with jar files. It would take some work to create a release-generating codebase in java 11. Sent from my iPad > On Oct 11, 2019, at 11:07, Finan, Sean <sean.fi...@childrens.harvard.edu> > wrote: > > 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://urldefense.proofpoint.com/v2/url?u=https-3A__maven.apache.org_&d=DwIFaQ&c=qS4goWBT7poplM69zy_3xhKwEW14JZMSdioCoppxeFU&r=fs67GvlGZstTpyIisCYNYmQCP6r0bcpKGd4f7d4gTao&m=DvgmaX5P7v9Tih8eukhI225fZcJpUX__vIhzzg5kUkQ&s=YgWkzhfSvqV9GNwtoMQxyCnNR9SeSFA32FxC04gg26Y&e= > . > > The most complete instructions of which I am aware are here: > > https://urldefense.proofpoint.com/v2/url?u=https-3A__cwiki.apache.org_confluence_display_CTAKES_cTAKES-2B4.0-2BDeveloper-2BInstall-2BGuide-23cTAKES4.0DeveloperInstallGuide-2DBuild&d=DwIFaQ&c=qS4goWBT7poplM69zy_3xhKwEW14JZMSdioCoppxeFU&r=fs67GvlGZstTpyIisCYNYmQCP6r0bcpKGd4f7d4gTao&m=DvgmaX5P7v9Tih8eukhI225fZcJpUX__vIhzzg5kUkQ&s=j238Q4bWaKf51Jr8aXhzS1NVFqYfXm_WWvKDRje3x2k&e= > > Sean > > ________________________________________ > From: Cervantes, Carolina <ccervant...@luc.edu> > Sent: Friday, October 11, 2019 1:55 PM > To: dev@ctakes.apache.org > 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!