Cliffy36 Posted February 11, 2013 Posted February 11, 2013 Hey guys, i am trying to start a voltz server. but everytime i click the launch.bat file it launches but then i get an error message that says: Exception in thread "main" java.lang.runtime Exception: java.lang.noclassdeffounderror: com/google/common/colect/multimap at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(fmlrelauncher.java:175) it repeats the last line (cpw.mods....) with different numbers at the end. And at the end of the cmd prompt it says .... 11 more. If anyone has any ideas please let me know. I am running windows vista. Thank you all!
Cliffy36 Posted February 11, 2013 Author Posted February 11, 2013 This is the exact thing that is on my dmc prompt. C:\Users\Justin\Desktop\Voltz server>java -Xmx1G -Xms1G -jar Voltz.jar nogui 2013-02-10 20:05:49 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.7.4.520 f or Minecraft 1.4.7 loading 2013-02-10 20:05:49 [iNFO] [ForgeModLoader] Downloading file http://files.minecr aftforge.net/fmllibs/guava-12.0.1.jar 2013-02-10 20:05:54 [iNFO] [ForgeModLoader] Download complete 2013-02-10 20:05:55 [iNFO] [sTDERR] Exception in thread "main" java.lang.Runtime Exception: java.lang.NoClassDefFoundError: com/google/common/collect/Multimap 2013-02-10 20:05:55 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher .setupHome(FMLRelauncher.java:175) 2013-02-10 20:05:55 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher .relaunchServer(FMLRelauncher.java:133) 2013-02-10 20:05:55 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher .handleServerRelaunch(FMLRelauncher.java:33) 2013-02-10 20:05:55 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer. main(MinecraftServer.java:1376) 2013-02-10 20:05:55 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: c om/google/common/collect/Multimap 2013-02-10 20:05:55 [iNFO] [sTDERR] at java.lang.Class.getDeclaredConstructo rs0(Native Method) 2013-02-10 20:05:55 [iNFO] [sTDERR] at java.lang.Class.privateGetDeclaredCon structors(Unknown Source) 2013-02-10 20:05:55 [iNFO] [sTDERR] at java.lang.Class.getConstructor0(Unkno wn Source) 2013-02-10 20:05:55 [iNFO] [sTDERR] at java.lang.Class.newInstance0(Unknown Source) 2013-02-10 20:05:55 [iNFO] [sTDERR] at java.lang.Class.newInstance(Unknown S ource) 2013-02-10 20:05:55 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClass Loader.registerTransformer(RelaunchClassLoader.java:77) 2013-02-10 20:05:55 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibra ryManager.handleLaunch(RelaunchLibraryManager.java:238) 2013-02-10 20:05:55 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher .setupHome(FMLRelauncher.java:155) 2013-02-10 20:05:55 [iNFO] [sTDERR] ... 3 more 2013-02-10 20:05:55 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Multimap 2013-02-10 20:05:55 [iNFO] [sTDERR] at java.net.URLClassLoader$1.run(Unknown Source) 2013-02-10 20:05:55 [iNFO] [sTDERR] at java.net.URLClassLoader$1.run(Unknown Source) 2013-02-10 20:05:55 [iNFO] [sTDERR] at java.security.AccessController.doPriv ileged(Native Method) 2013-02-10 20:05:55 [iNFO] [sTDERR] at java.net.URLClassLoader.findClass(Unk nown Source) 2013-02-10 20:05:55 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClass Loader.findClass(RelaunchClassLoader.java:110) 2013-02-10 20:05:55 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unkno wn Source) 2013-02-10 20:05:55 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unkno wn Source) 2013-02-10 20:05:55 [iNFO] [sTDERR] ... 11 more
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now