Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question missing one or more of the classes that it needs to be loaded

Joined
Jan 17, 2017
Messages
312
I might be wrong, but i believe you're looking for the class in a package that doesn't exist - "bots\chickenkiller".
The class is located in the package
com.Mechagoober.bots
Chuck us your manifest file so I can take a look

Edit - Mb didn't see lmfao
 
Last edited:
Joined
Dec 18, 2016
Messages
12
Thanks for having my back kaze, Boot I am working on redoing the tutorial. I will let you know if I have problems then.

Wede just give me a few minutes buddy, thanks
 
Chicken Killer is missing one or more of the classes that it needs to be loaded (com/Mechagoober/bots/ChickenKiller/ChickenKiller (wrong name: com/Mechagoober/bots/chickenkiller/ChickenKiller))

manifest

Gyazo - d619afcac15fb0efaa3d762482af07c0.png

Couldn't find the code formatter
 
Joined
Apr 21, 2015
Messages
389
Thanks for having my back kaze, Boot I am working on redoing the tutorial. I will let you know if I have problems then.

Wede just give me a few minutes buddy, thanks
 
Chicken Killer is missing one or more of the classes that it needs to be loaded (com/Mechagoober/bots/ChickenKiller/ChickenKiller (wrong name: com/Mechagoober/bots/chickenkiller/ChickenKiller))

manifest

Gyazo - d619afcac15fb0efaa3d762482af07c0.png

Couldn't find the code formatter

You changed the path from to bots/ChickenKiller/ChickenKiller to bots/chickenkiller/ChickenKiller'


You changed the names of the folders. Whenever you rename things make sure you select "reformat"
 
Top