Download the version of Apache Derby you need from here. Extract the zip and you should get derbyclient.jar
which has the class org.apache.derby.jdbc.ClientDriver
.
FYI : If your application runs on JDK 1.6 or higher, then you do not need to explicitly load the EmbeddedDriver. In that environment, the driver loads automatically.