I am using JavaDB (Derby) as an embedded database in my Java Swing application. I would like to detect and print the version of JavaDB that I am using. I included derby.jarin my .jar file for the application.
How can I detect and print the embedded JavaDB version?
source
share