Recompile with -Xlint : unchecked for details
问题 Hi guys I have this warning on my code. I try to compile using @SuppressWarnings("unchecked") It compile but at the time of the execution the program can't find the main class. How can I solve this problem? Below the code: import java.util.*; @SuppressWarnings("unchecked") class ProgRub { public static void main(String argv[]) { Hashtable rubrica = new Hashtable(20); String chiave, valore; Menu mioMenu = new Menu(); int scelta; scelta = (int) mioMenu.scelta(); while (scelta != 5) { if (scelta