I know there are a thousand java can't find a class questions, but this one really seems weird and not like the standard type.
This is the exception I am getting:
Exception in thread "main" java.lang.NoClassDefFoundError: and
Caused by: java.lang.ClassNotFoundException: and
at java.net.URLClassLoader.findClass(URLClassLoader.java:434)
at java.lang.ClassLoader.loadClass(ClassLoader.java:660)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:358)
at java.lang.ClassLoader.loadClass(ClassLoader.java:626)
I have no idea whats going on because it is looking for a class named 'and'. First this is non capitalized and supposedly a class name, and second it is showing up in the standard package, which I don't really use. So to me it looks like something else is the problem, but I can't figure it out. I had someone else look at it and they were lost too, so if someone could provide some insight, then that would be appreciated.
Thanks!
Update: Here is the error message that pops up when I try to run the launch.
