Il file e' nel package dove c'e' la classe che collega al database,con il seguente codice:

"..public Database() throws IOException, ClassNotFoundException, FileNotFoundException {

Properties props = new Properties();


FileInputStream in = new FileInputStream("database.properties");


props.load(in);


nomeDB = props.getProperty("jdbc.db");
url = props.getProperty("jdbc.url");
nomeUtente = props.getProperty("jdbc.admin");
pwdUtente = props.getProperty("jdbc.adm_passwd");
connesso = false;
.."
Scusatemi ancora ma sono nuova in questo mondo
Grazie ancora