Jump to content

Recommended Posts

Posted

So I made a modpack, and it works, however, I also made a server package, that doesn't work.
I followed some tutorials on the internet and none of them fixed the issue.

Here's my log

Quote

 

C:\Users\Keith\Documents\KLS\New folder>java -Xmx2G -Xms1G -jar "forge-1.7.10-10.13.4.1614-1.7.10-universal.jar" nogui
A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.base/java.lang.reflect.Method.invoke(Unknown Source)
        at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
        at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
Caused by: java.lang.ClassCastException: java.base/jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to java.base/java.net.URLClassLoader
        at net.minecraft.launchwrapper.Launch.<init>(Launch.java:34)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
        ... 6 more

C:\Users\Keith\Documents\KLS\New folder>java -version
java version "10.0.2" 2018-07-17
Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)

C:\Users\Keith\Documents\KLS\New folder>pause
Press any key to continue . . .


 


 

Posted
59 minutes ago, sliggybiggy said:

So I made a modpack, and it works, however, I also made a server package, that doesn't work.
I followed some tutorials on the internet and none of them fixed the issue.

Here's my log


 

Y'know, except that one reply where I told not to use Java 10, but java 8. Oh wait, multiple posts over the past few months.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...