eureka..........

ho risolto grazie un milione

il codice alla fine risulta questo

Codice PHP:
package de.vdheide.mp3;
import java.io.*;
public class 
EstrazDati {

    public static 
void main(String[] args) {
        
// TODO Stub di metodo generato automaticamente
    
System.out.println("Inserire il nome del file");
    
InputStreamReader reader = new InputStreamReader (System.in); 
    
BufferedReader myInput = new BufferedReader (reader);
    
String str= new String();
    
    try {
     
str myInput.readLine();
     
MP3File m = new MP3File(str);
    
TagContent ret TextFrameEncoding.read(m.id3v2"TALB"); 
     
String a=ret.getTextContent() ;
     
System.out.println(a);
    }
    catch (
IOException e) {
     
System.out.println ("Si è verificato un errore: " e);
     
System.exit(-1);
    }
    catch (
de.vdheide.mp3.NoMP3FrameException e) {
         
System.out.println ("Si è verificato un errore: " e);
         
System.exit(-1);
        }
    catch (
de.vdheide.mp3.ID3v2WrongCRCException e) {
         
System.out.println ("Si è verificato un errore: " e);
         
System.exit(-1);
        }
    catch (
de.vdheide.mp3.ID3v2DecompressionException e) {
         
System.out.println ("Si è verificato un errore: " e);
         
System.exit(-1);
        }
    catch (
de.vdheide.mp3.ID3v2IllegalVersionException e) {
         
System.out.println ("Si è verificato un errore: " e);
         
System.exit(-1);
        }
    catch (
de.vdheide.mp3.FrameDamagedException e) {
         
System.out.println ("Si è verificato un errore: " e);
         
System.exit(-1);
        }
    
     
System.out.println ("Hai scritto: "+str); 
    
    }

grazie ancora mi hai risolto un problema che mi attanagliava da 2 gg