derby - How to resolve java.lang.ClassNotFoundException: DerbyLogSetting -


i dealing derby perform database related functions in java project. java project command line project. accomplish this, have added derby.jar libs folder of project, though on running application netbeans, getting error :

mon aug 18 17:32:23 ist 2014 thread[awt-eventqueue-0,6,main] java.lang.classnotfoundexception: derbylogsetting ---------------------------------------------------------------- mon aug 18 17:32:23 ist 2014: booting derby version apache software foundation - apache derby - 10.8.1.2 - (1095077): instance a816c00e-0147-e8ff-2d32-000003436058  on database directory my_database_path\database_path  class loader sun.misc.launcher$appclassloader@430e468f  loaded file:/my_project_path/derby.jar java.vendor=oracle corporation java.runtime.version=1.7.0_45-b18 user.dir=my_project_path derby.system.home=null derby.stream.error.method=derbylogsetting.disablederbylogfile database class loader started - derby.database.classpath='' 

same happening when running exe of project on command prompt. on goggling issue, got on adding derby-client class path can solve problem, adding jar (derbyclient-10.8.1.2.jar) libs of project not solving issue.

what else needed solve issue ?


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -