Ignore:
Timestamp:
2018-02-13T20:45:29+13:00 (6 years ago)
Author:
ak19
Message:

Rewrote WebGatherer as a Java Web Start application, rather than an Applet which it still was during the previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/GLIapplet.jnlp

    r32138 r32139  
    2020 */
    2121-->
    22 <!--
    23 /*
    24  *  https://docs.oracle.com/javase/9/deploy/migrating-java-applets-jnlp.htm#JSDPG-GUID-1F95EBB3-D5CB-434A-B069-2261900738F5
    25  *  section "Migrating an Existing Java Applet"
    26  */
    27 -->
    2822
    2923<!-- JNLP File for GLI applet -->
     
    4438    <jar href="SignedGatherer.jar"/>
    4539  </resources>
    46   <!--<application-desc main-class="org.greenstone.gatherer.WebGatherer"/>-->
    47   <applet-desc main-class="org.greenstone.gatherer.WebGatherer" name="GLIapplet" height="50" width="380">
     40  <application-desc main-class="org.greenstone.gatherer.WebGatherer">
     41    <argument>-gwcgi=/greenstone3</argument>
     42    <argument>-gsdl3=true</argument>
     43  </application-desc>
     44  <!--
     45  <applet-desc main-class="org.greenstone.gatherer.GathererApplet" name="GLIapplet" height="50" width="380">
    4846    <param name="gwcgi" value="/greenstone3" />
    4947    <param name="gsdl3" value="true" />
    5048  </applet>
     49  -->
    5150  <!-- https://stackoverflow.com/questions/12600076/getting-user-home-folder-from-jws-signed-jar -->
    5251  <security>
Note: See TracChangeset for help on using the changeset viewer.