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
652 B

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