Mars Pathfinder Image Browser AppletThis historic applet is now available for IcedTea-Web on OpenJDK 11: Mars Pathfinder Imagefinder Applet
To run it, you need to install one of the free available OpenJDK 11 builds and
in addition one of the free builds of Iced-Tea, the open implementation of JSR-56, better known as Java Web Start. Further technical information about running such old Java applets without code change on modern Java versions without the browser plugin: Migrating Browser-Based Java Applets to IcedTea-Web using JNLP
Mars Pathfinder images courtesy of JPL/NASA/Caltech. Browser-based access to Pathfinder raw data: PDS Image Atlas
The applet is 260 kBytes large, as it loads the complete
index file for all 16661 images taken by Pathfinder. If you want to use the optional image saving function to local directory /tmp, you have to add the following lines to your .java.policy file manually or via itweb-settings.sh: grant codeBase "https://areo.info/mpf/*" { permission java.io.FilePermission "/tmp/-", "write,delete"; permission java.io.FilePermission "/tmp/*", "write,delete"; permission java.io.FilePermission "c:\tmp/*", "write,delete"; permission java.io.FilePermission "c:\temp/*", "write,delete"; permission java.io.FilePermission "${/}tmp${/}-", "write"; };
|