java - Embed Derby DB with Netbeans Platform Application - Module -
i developed project in netbeans platform application i.e. modules.
when run project netbeans 7.4, works fine , doesn't show db exception.
now created installer using netbeans 7.4 project. wen install it, db installed not recognizing db , connection url public final static string connectionurl = "jdbc:derby:projectdb;create=true;user=user;password=p@ssword";
.
when copy paste db alone in location eg: " d:\project db " , change code connectionurl = "jdbc:derby:d:\\project db; create=true; user=user; password=p@ss"
works fine. need create along installer or want project recognize db.
when searched got below links
https://platform.netbeans.org/tutorials/70/nbm-crud.html
https://platform.netbeans.org/tutorials/nbm-crud.html
but dint solution.
hard tell description, seeing this default schema netbeans issue ?
Comments
Post a Comment