01-11-2013, 01:40 PM
Hello. I am trying to run jpcsp on ubuntu 12.04.
But I get an error saying:
The error I get is: java -Xmx514m -Djava.library.path=lib/linux-amd64 -jar bin/jpcsp.jar
I found this thread: http://www.emunewz.net/forum/showthread....ght=ubuntu
This guy seem to have a similar problem, but no matter what I try, nothing seems to work.
I must have tried everything I can think of.
I've even tried to find a .deb installation package, but with no luck.
I did find a .deb of version 0.6, but it doesn't work.
Probably because it's so old.
The exact error I get is:
Please help. Thanks in advance.
But I get an error saying:
The error I get is: java -Xmx514m -Djava.library.path=lib/linux-amd64 -jar bin/jpcsp.jar
I found this thread: http://www.emunewz.net/forum/showthread....ght=ubuntu
This guy seem to have a similar problem, but no matter what I try, nothing seems to work.
I must have tried everything I can think of.
I've even tried to find a .deb installation package, but with no luck.
I did find a .deb of version 0.6, but it doesn't work.
Probably because it's so old.
The exact error I get is:
Code:
Exception in thread "GUI" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860)
at java.lang.Runtime.loadLibrary0(Runtime.java:845)
at java.lang.System.loadLibrary(System.java:1084)
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.AWTGLCanvas.<clinit>(AWTGLCanvas.java:85)
at jpcsp.HLE.modules150.sceDisplay.<init>(sceDisplay.java:637)
at jpcsp.HLE.modules200.sceDisplay.<init>(sceDisplay.java:28)
at jpcsp.HLE.modules500.sceDisplay.<init>(sceDisplay.java:27)
at jpcsp.HLE.modules.sceDisplay.<init>(sceDisplay.java:23)
at jpcsp.HLE.Modules.<clinit>(Modules.java:177)
at jpcsp.MainGUI.<init>(MainGUI.java:203)
at jpcsp.MainGUI$70.run(MainGUI.java:2546)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:682)
at java.awt.EventQueue$3.run(EventQueue.java:680)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:691)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Please help. Thanks in advance.