hello, when i look at some webstart files, i see that they use something called nativelib. these jars seem to contain just the nativelibraries (dlls, so, …)
example:
<resources os="Linux">
<nativelib href="lwjgl-native.jar"/>
</resources>
<resources os="Windows">
<nativelib href="lwjgl-native.jar"/>
</resources>
<resources os="Mac OS X">
<nativelib href="lwjgl-native.jar"/>
</resources>
my questions is: how do you create these nativelib-jars? is there an ant task for this?
thanks!