With all the tutorial that show how to create a JavaDB database in NetBeans, i.e. Working with the Java DB (Derby) Database - NetBeans IDE Tutorial
it connects to the database with org.apache.derby.jdbc.ClientDriver
how can I connect with org.apache.derby.jdbc.EmbeddedDriver instead?