Fail running SeaDAS

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
megasaputra8
Posts: 15
Joined: Sun Dec 27, 2020 10:57 pm America/New_York
Answers: 0

Fail running SeaDAS

by megasaputra8 » Sun Jan 03, 2021 7:37 am America/New_York

I have installed SeaDAS in MX Linux 19.3. When I run SeaDAS, the GUI doesn't showed up. It is the result when I try to run SeaDAS.

$ sh seadas
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.converters.collections.TreeMapConverter (file:/home/mega/seadas-7.5.3/lib/xstream-1.4.2.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.converters.collections.TreeMapConverter
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

I suspect, it is about java. But, I have installed java.

$ java --version
java 15.0.1 2020-10-20
Java(TM) SE Runtime Environment (build 15.0.1+9-18)
Java HotSpot(TM) 64-Bit Server VM (build 15.0.1+9-18, mixed mode, sharing)

So, what is problem?

Tags:

gnwiii
Posts: 713
Joined: Fri Jan 29, 2021 5:51 pm America/New_York
Answers: 2
Has thanked: 1 time

Fail running SeaDAS

by gnwiii » Mon Jan 04, 2021 11:21 am America/New_York

SeaDAS 7 requires an Oracle Java 8 runtime environment (JRE).   Some linux distros have 3rd party packages, or you can download a JRE from Oracle.

megasaputra8
Posts: 15
Joined: Sun Dec 27, 2020 10:57 pm America/New_York
Answers: 0

Fail running SeaDAS

by megasaputra8 » Mon Jan 25, 2021 4:46 pm America/New_York

Ok thank you. I have installed jre. So, I can run SeaDAS well.

Post Reply