sanger-pathogens / Artemis

Artemis is a free genome viewer and annotation tool that allows visualization of sequence features and the results of analyses within the context of the sequence, and its six-frame translation
http://sanger-pathogens.github.io/Artemis
Other
236 stars 76 forks source link

Artemis will not run with newest Java #319

Open deprekate opened 3 years ago

deprekate commented 3 years ago

Just installed Artemis 18.0.3 on OSX 10.15.7 with the Java 15.0.2 and get the "This application requires that Java 9 or later be installed".

Java was installed via brew.

(I can get Artemis to run if I run the ./art script from the command line)

marcovth commented 2 years ago

Yes, ACT too will not run on windows: JNI error.

widdowquinn commented 2 years ago

I see the same issue as @deprekate, with Java 18:

% java --version                           [3:09:29]
java 18.0.1.1 2022-04-22
Java(TM) SE Runtime Environment (build 18.0.1.1+2-6)
Java HotSpot(TM) 64-Bit Server VM (build 18.0.1.1+2-6, mixed mode, sharing)

I'm using macOS 12.4

Executing the art script under Artemis.app works, but executing the installed Artemis app does not.

jianshu93 commented 2 years ago

I hav the same issue here. run java -jar bamview.jar (bamview/Contents/Java/bamview.jar) works but double click Bamview.app does not.

Should be a version bug here.

Jianshu