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
238 stars 76 forks source link

"This version of Mac OS X does not support the Apple EAWT." #267

Closed lianefernandes closed 6 years ago

lianefernandes commented 6 years ago

Hi, I'm trying Artemis for the first time on Mac OS 10.14 (Mojave).

It was successfully installed but on running ./art the introductory window appears and then freezes. The following thrown exception is shown in the terminal: "This version of Mac OS X does not support the Apple EAWT. ApplicationEvent handling has been disabled (java.lang.ClassNotFoundException: com.apple.eawt.ApplicationListener)" (full stack trace attached)

Does this mean the Artemis GUI can't be used on the latest Mac OS? Or can I install something to bypass this error? Thanks

Stack_trace.txt

kpepper commented 6 years ago

Hi, access to the Apple EAWT has been removed in Java 9+. The current release of Artemis runs with Java 8. What version of Java do you have installed? Type:

Java -version

in a terminal window.

kpepper commented 6 years ago

Hi @lianefernandes, is this still a problem?

kpepper commented 6 years ago

I'm assuming that this problem has been resolved. Please re-open if this is not the case.