mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
dont add the platform native jar to the classpath
This commit is contained in:
parent
544d74962d
commit
85ed9cbe76
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue