Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (408)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  webstart with nativelibs  (Read 2144 times)
0 Members and 1 Guest are viewing this topic.
Offline emzic

Senior Member





« Posted 2009-11-08 21:37:08 »

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:
1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
11  
   <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!

www.embege.com - personal website
webstart blendinspect - OpenGL BlendingModes visualization.
Offline broumbroum

Junior Member





« Reply #1 - Posted 2009-11-08 21:46:38 »

of course, native .jar are are common packages that may be built using jar command or ant <jar> tasks.
Those jar have to be signed with the same certificate (same person) as the main .jar that holds your jnlp app.
One single rule is necessary : all native libs must be found on the / root path of the .jar.
e.g.
1  
2  
3  
4  
5  
6  
7  
8  
 - myNative.jar
     - META-INF/
         + Manifest
     - myJNINativeLib.dll|jnilib|dylib|so
     - anotherJNINativeLib.dll|jnilib|dylib|so
     - myPackage/
       + myClass.class
     -...


::::... :..... :::::: ;;;:::™ b23:production 2006 GNU/GPL @ http://b23prodtm.webhop.info
on sf.net: /projects/sf3jswing
Java (1.6u10 plz) Web Start pool
dev' VODcast[/ur
Offline Nate

JGO Wizard


Medals: 81
Projects: 3


Esoteric Software


« Reply #2 - Posted 2009-11-08 23:18:33 »

They are just zip files containing the native libs named as ".jar". My native lib JARs don't even contain a META-INF folder.

Games published by our own members! Check 'em out!
Play the free demo of Revenge of the Titans!
Offline emzic

Senior Member





« Reply #3 - Posted 2009-11-09 17:47:09 »

thank you!

one more question: how do i differentiate between 32bit and 64bit natives in the jnlp file?

www.embege.com - personal website
webstart blendinspect - OpenGL BlendingModes visualization.
Offline Nate

JGO Wizard


Medals: 81
Projects: 3


Esoteric Software


« Reply #4 - Posted 2009-11-09 21:30:29 »

You don't, only by OS. Put both 32 and 64 bit libs in the JAR for each OS.

Offline emzic

Senior Member





« Reply #5 - Posted 2009-11-09 21:57:42 »

thanks.

(although i dont like this, cause it makes the users download stuff that they dont gonna need)

www.embege.com - personal website
webstart blendinspect - OpenGL BlendingModes visualization.
Offline gouessej

JGO Ninja


Medals: 33
Projects: 1


TUER


« Reply #6 - Posted 2009-11-12 11:35:30 »

Use "arch" value:
http://lopica.sourceforge.net/os.html
If it is amd64 or x86_64, use 64-bits natives, otherwise use 32-bits natives. I don't know if you wish to support ppc, sparc, sparcv9, etc...

However, the default JNLP file of LWJGL does not do this distinction and it works fine.

Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars and Titan!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (100 views)
2013-05-17 21:29:12

alaslipknot (108 views)
2013-05-16 21:24:48

gouessej (138 views)
2013-05-16 00:53:38

gouessej (133 views)
2013-05-16 00:17:58

theagentd (145 views)
2013-05-15 15:01:13

theagentd (131 views)
2013-05-15 15:00:54

StreetDoggy (174 views)
2013-05-14 15:56:26

kutucuk (196 views)
2013-05-12 17:10:36

kutucuk (198 views)
2013-05-12 15:36:09

UnluckyDevil (204 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.112 seconds with 21 queries.