On Sat, 12 Jul 2003 16:37:03 +0100 (BST), Tim Troup wrote: > Hi, > I am having a few difficulties compiling the artemis source code > downloaded from:
> ftp://ftp.sanger.ac.uk/pub/pathogens/software/artemis/v5/artemis_source_v5.tar.gz > I have tried running make but get the following errors (see output below). > Anyone got any ideas why the import statements are causing trouble? > (I am compiling on a linux machine with java 1.4.2) > [EMAIL PROTECTED] artemis]$ make IDL=idlj > CLASSPATH=.:lib/JacORB.jar: javac -g -deprecation -J-mx150m > diana/sequence/SequenceChangeEvent.java > ./diana/Options.java:28: '.' expected > import AppGlobal; Hi. Artemis v5 can't be compiled using javac 1.4. It will compile with 1.3 or earlier. We have an experimental Java 2 aware version of Artemis that fixes this problem (and others). You can get it from here: ftp://ftp.sanger.ac.uk/pub/pathogens/software/artemis/builds/artemis_java2.tar.gz (includes source code) Kim.
