infatti, come ho fatto io

long lmt = file.lastModified();

Date data = new Date(long lmt);


solo che mi da questi errori nella compilazione

test.java:86: '.class' expected
Date data = new Date(long lmt);
^
test.java:86: ')' expected
Date data = new Date(long lmt);
^
test.java:86: unexpected type
required: value
found : class
Date data = new Date(long lmt);
^
3 errors