posted 20 years ago
Well, you've solved the first problem. Now, the JVM can find the class that you're looking for. Now, whenever the JVM starts, it looks for a method named "main" within the class you've told it to load (Party, in this case).
Specifically, you have to have a method signature that looks like:
This is the method that the JVM calls, so it needs to be there with that signature, otherwise the JVM cannot find it. Double-check your Party class to make sure that you have a main method -- and remember, capitalization is important. ("main" is different than "Main")
Piscis Babelis est parvus, flavus, et hiridicus, et est probabiliter insolitissima raritas in toto mundo.