Guest User

Untitled

a guest
Apr 30th, 2012
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. java.lang.reflect.InvocationTargetException
  2. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  3. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  4. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  5. at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  6. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173)
  7. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:194)
  8. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:117)
  9. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:114)
  10. at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:266)
  11. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:253)
  12. at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:317)
  14. at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
  15. Caused by: java.lang.NullPointerException
  16. at com.rozzbrozz.zombieapocalypse.ZombieApocalypse.<init>(ZombieApocalypse.java:35)
  17. ... 13 more
Advertisement
Add Comment
Please, Sign In to add comment