Every time I try to start a small application using DB Derby, I get the following error message:
Message: The database in / path / to / db / TheDB is not compatible with the current software version. The database was created or updated with version 10.4.
I added the library from Netbeans and still have the same problem.I'm not sure what to do here.
The version included with Netbeans may be old (Derby 10.2 from NB 6.0). If you added Derby through the project properties and added the "Library", then you probably had an old version.
, → . "Java DB Driver". , 10.4.
JAR , NB, , / JAR, ...
, , , derby.jar .:
cp/opt/Apache/derbyinstall/lib/ derby.jar//// dist/lib/
... . : Netbeans, , Netbeans jar. , .:)
Source: https://habr.com/ru/post/1697397/More articles:Кто-нибудь уже проделал работу по созданию STLPort с VS2008 и/или сборкой x64 с VS2005? - 64bitSql query to determine the status? - sqlWhat is the relative reliability of C ++ Builder versions? - c ++ builderHow can I get a summary of my cvs conflicts when performing a cvs update on the command line? - command-linehow to create an array or checkboxlists list ASP.NET - designC # serialization and event for data binding are lost - c #C # grid binding not updating - c #How to read HttpResponse in ASP.NET 2.0? - c #Can SQL try-catch block discarded CLR errors? - clrHow to get rid of the console root node in snapin MMC 3.0? - c #All Articles