|
What this is
Other links
The source code
<?xml version="1.0" encoding="utf-8"?>
<jnlp
spec="1.0+"
codebase="file://d:/jws/swt"
href="swt.jnlp">
<information>
<title>SWT Libraries
<homepage href="http://www.eclipse.org/swt"/>
<description>SWT Libraries
<offline-allowed/>
<vendor>Your website
</information>
<security>
<all-permissions/>
</security>
<resources os="Windows" arch="x86">
<jar href="ws/win32/swt.jar"/>
<nativelib href="os/win32/x86/swtNativeLib.jar"/>
</resources>
<resources os="Linux" arch="i386">
<jar href="ws/linux/swt.jar"/>
<jar href="ws/linux/swt-pi.jar"/>
<nativelib href="os/linux/x86/swtNativeLib.jar"/>
</resources>
<component-desc/>
</jnlp>
|
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.