Menu

[r3523]: / branches / lwjgl2.5 / www / jnlp / extension.php  Maximize  Restore  History

Download this file

47 lines (44 with data), 1.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?
header("Content-type: application/x-java-jnlp-file");
?>
<!-- JNLP Extension File -->
<jnlp
spec="1.0+"
codebase="http://lwjgl.org/jnlp/"
href="extension.php">
<information>
<title>LWJGL</title>
<vendor>LWJGL</vendor>
<homepage href="http://lwjgl.org/"/>
<description>LWJGL webstart extension</description>
<description kind="short">LWJGL webstart extension</description>
<icon kind="splash" href="logo.png" />
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.4+"/>
<jar href="lwjgl.jar"/>
<jar href="lwjgl_util.jar"/>
<jar href="jinput.jar"/>
</resources>
<resources os="Windows">
<j2se version="1.4+"/>
<nativelib href="native_windows.jar"/>
</resources>
<resources os="Linux">
<j2se version="1.4+"/>
<nativelib href="native_linux.jar"/>
</resources>
<resources os="Mac OS X">
<j2se version="1.4+"/>
<nativelib href="native_macosx.jar"/>
</resources>
<resources os="SunOS" arch="x86">
<j2se version="1.4+"/>
<nativelib href="native_solaris.jar"/>
</resources>
<component-desc />
</jnlp>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.