Installing and configuring Apache Derby
Install Derby Install Apache Derby from the below link http://db.apache.org/derby/derby_downloads.html “db-derby-10.5.1.1-bin.zip” Go to Command Prompt by clicking start button and selecting RUN option. Type cmd in the Run window to open the command prompt. SET Derby INSTALL using the below command > set DERBY_INSTALL=D:\Program Files\Java\db-derby-10.5.1.1-bin Configure Apache Derby To configure Apache Derby in embedded mode connect derby jars to the classpath derby.jar: contains the ...