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 (406)
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  
  Creating jars(including LWJGL)  (Read 589 times)
0 Members and 1 Guest are viewing this topic.
Offline Del

Senior Newbie





« Posted 2009-02-03 16:05:30 »

edit - Just notice there is a board for LWJGL, gonna repsot in there. Delete which ya think is best. thanks

Hi,
    So, I use netbeans. If I'm using just the JDK, when I want to run my file ad if it is dirtbuted, I just go to the 'dist' folder in my project folder, douldble click the jar and it works perfect.

    When I am using other libraries, in this case LWJGL, its not so simple. If I run from the command line  java -jar "dist directory/myjar.jar" I get

Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1030)
        at org.lwjgl.Sys$1.run(Sys.java:72)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)
        at org.lwjgl.Sys.loadLibrary(Sys.java:81)
        at org.lwjgl.Sys.<clinit>(Sys.java:98)
        at Zero2.Zero.<clinit>(Zero.java:49)
Could not find the main class: Zero2.Zero.  Program will exit.

Which is the same as if I didn't have -Djava.library.path=My LWJGL dll directory in netbeans run classpath. Soo, I add that to my command line to try and run
Java -Djava.library.path=My LWJGL dll directory -jar "dist directory/myjar.jar", And it works fine.
So pretty sure its just to do with packing the dll's into the jar.
  I have searched forums and google'd it a few diff ways and cant seem to solve the problem. I've tried adding tehe dll's to diff directories inside the .jar, also just leaving them in the same directory as the jar. Nothing seems to work.

Maybe there is a way of declaring where the dll's are in the manifest? I mean 
Java -Djava.library.path=My LWJGL dll directory -jar "dist directory/myjar.jar"
works fine as a test on my system, but if I wanted to just give the prgram to somone as an executable file, thats not really gonna be good if i have to pack the dlls and tell them to run it via the command line and put a path to them.

Sorry If I coulda explained this in a faster way...

Hope I can get a solution to this.

Thanks in advance

Del

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!
 
Try the Free Demo of Revenge of the Titans

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 (78 views)
2013-05-17 21:29:12

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

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

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

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

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

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

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

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

UnluckyDevil (186 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.066 seconds with 20 queries.