Hello,
Sounds like you're trying to run your Party class without a main method. The main method is what the JVM uses to start off running a
java program and every Java Program has a main method somewhere. The JVM requires it to have the following method signature:
So you might try the following:
Luck.
--BW
}