I use JavaDB (Derby) as an embedded database in my Java Swing application. I would like to detect and print the version of JavaDB I'm using. I have included derby.jar
in my .jar-file for the application.
How can I detect and print the version of my embedded JavaDB?