mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-28 16:14:47 +01:00
dont add the platform native jar to the classpath
This commit is contained in:
parent
544d74962d
commit
85ed9cbe76
|
|
@ -616,7 +616,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
|
|||
Class[] parameters = new Class[] {URL.class};
|
||||
|
||||
// modify class path by adding downloaded jars to it
|
||||
for (int i = 0; i < urlList.length; i++) {
|
||||
for (int i = 0; i < urlList.length-1; i++) {
|
||||
// get location of jar as a url
|
||||
URL u = new URL("file:" + path + getFileName(urlList[i]));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue