Einzelnen Beitrag anzeigen
Alt 15.10.2005, 10:03   #2
jak
Inventar
 
Registriert seit: 13.06.2001
Beiträge: 1.830


Standard

Der compiler sagt dir doch eh was ihm abgeht: ';' expected - er erwartet einen ; nach dem import statement, also:
import java.util.*;

jak
<edit>p.s.: Java ist case sensitive, d.h. Groß- und Kleinschreibung sind NICHT das selbe. "myscanner" ist etwas anderes als "myScanner", "scanner" etwas anderes als "Scanner".
</edit>
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
jak ist offline   Mit Zitat antworten