did you do anything special to get the demo running ? I've tried the methods explained here http://pzwiki.net/wiki/Linux why no success. There seems to be a problem with my Java PATH :
I tried on Ubuntu and Debian, both 64bit, the Ubuntu install has OpenJDK while Debian has Sun Java.Code:(22:05) strider@astoria:~/Downloads/ProjectZomboid_PublicTechDemo_0_1_4c_plusbatchfix $ java -cp zombie.jar zombie.GameWindow Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at org.lwjgl.Sys$1.run(Sys.java:73) at java.security.AccessController.doPrivileged(Native Method) at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) at org.lwjgl.Sys.loadLibrary(Sys.java:82) at org.lwjgl.Sys.<clinit>(Sys.java:99) at org.lwjgl.opengl.Display.<clinit>(Display.java:130) at zombie.GameWindow.main(Unknown Source)


Reply With Quote
