Auf Thema antworten

Wie hast du das denn überhaupt kompilieren können ? Probier es mal so:


[code]   public static void main(String[] args) throws IOException

   {      

       File file = new File ("/home/sebastian/05 - Knockin' On Heaven's Door.mp3" );

           

       MP3File mp3 = new MP3File(file);

   

   } [/code]



Oben