salve a tutti, scusate l'ignoranza ma perchè se io ho es. la classe GestioneCd al cui interno ho scritto:
DistributoreDB mt =new DistributoreDB();
mt.trova();
in modo da richiamare un metodo che sta nella classe DistributoreDB che si chiama trova();
perchè mi da come errore:
GestioneCd.java:84: cannot find symbol
symbol : constructor DistributoreDB()
location: class DistributoreDB
DistributoreDB mt= new DistributoreDB();
dove è che sbaglio, se volete vi posto il codice.
ciao e grazie