Login  Register

Re: no jogl in java.library.path Error

Posted by Bharat on Oct 04, 2012; 1:28pm
URL: https://forum.jogamp.org/no-jogl-in-java-library-path-Error-tp4026357p4026366.html

This is .jnlp file. Any easy fix? Thanks.

<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://www.issdc.gov.in/CHBrowse/3Dimages/jars" href="launch_dem.jnlp">
    <information>
        <title>moon</title>
        <vendor>Administrator</vendor>
        <homepage href=""/>
        <description>moon</description>
        <description kind="short">moon</description>
    </information>
    <security>
        <all-permissions/>
    </security>
    <resources>
        <j2se version="1.5+"/>
       
 
     
   
     
       

           <jar href="jogl.jar" main="true" download="eager"/>
      <jar href="gluegen-rt.jar" main="true" download="eager"/>
  <jar href="test.jar" main="true" download="eager"/>
    <jar href="applet-launcher.jar" main="true" download="eager"/>

 <jar href="classes12.jar" main="true" download="eager"/>
   
   
 <jar href="moon_dem_old_spice.jar" main="true" download="eager"/>
</resources>
    <application-desc main-class="gov.nasa.worldwind.examples.TMC_DEM_issdc">
    </application-desc>
</jnlp>