I am using Derby embbeded database in My RAD IDE. I have created a Database inside my project folder and connected to it by
Class.forName("org.apache.derby.jdbc.EmbeddedDriver"); con = DriverManager.getConnection("jdbc:derby:I:\Java Programs\EAppointment\WebContent\Eappointment;create=true;user=subbu;password=");
but when i send the ear file to my superior. It is not running. Database path error occurs.
Can anyone suggest me how to overcome the error.