Ragazzi diciamo che ho ftt qualche progresso,
ho decompilato il file .class, effettuate le modifiche e quando vado a ricompilare con textpad oppure sotto dos mi da questo errore:
C:\Users\P\Desktop\Util.java:340: error: as of release 5, 'enum' is a keyword, and may not be used as an identifier
Enum enum = aenum1[j];
^
(use -source 1.4 or lower to use 'enum' as an identifier)
C:\Users\P\Desktop\Util.java:341: error: as of release 5, 'enum' is a keyword, and may not be used as an identifier
i |= 1 << enum.ordinal();
^
(use -source 1.4 or lower to use 'enum' as an identifier)
C:\Users\P\Desktop\Util.java:1459: error: not a statement
exception;
^
C:\Users\P\Desktop\Util.java:2424: error: not a statement
malformedurlexception;
^
C:\Users\P\Desktop\Util.java:2464: error: not a statement
exception;
^
C:\Users\P\Desktop\Util.java:2481: error: not a statement
exception;
^
6 errors
Procedura completata con codice di uscita 1
cosa sbaglio?
saluti
Daniele