Ho scritto questa riga di codice:

IDShip=Short.valueOf(properties.getProperty("IDShi p"));


IDShip è dichiarata cosìrivate static short IDShip=0

IDShip nel file di properties vale 11.

L'errore che ottengo è il seguente: For input string: "11 "
Che vuol dire?

tulipan