Page 1 of 1

Fail running SeaDAS

Posted: Sun Jan 03, 2021 7:37 am America/New_York
by megasaputra8
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?

Fail running SeaDAS

Posted: Mon Jan 04, 2021 11:21 am America/New_York
by gnwiii
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.

Fail running SeaDAS

Posted: Mon Jan 25, 2021 4:46 pm America/New_York
by megasaputra8
Ok thank you. I have installed jre. So, I can run SeaDAS well.