Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/jcapture/jcapture.jnlp

21 lines
650 B

<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="/somenonexistentcodebase" href="">
<information>
<title>jCapture Applet</title>
<vendor>Hammurapi Group</vendor>
</information>
<resources>
<j2se version="1.7+" href="http://java.sun.com/products/autodl/j2se"/>
<jar href="lib/jcapture.jar" main="true" />
</resources>
<security>
<all-permissions/>
</security>
<applet-desc
name="jCapture Applet"
main-class="com.hammurapi.jcapture.JCaptureApplet"
width="1"
height="1">
</applet-desc>
<update check="background"/>
</jnlp>