0

With reference to Libraries provided by Derby, I am confused about connecting my Java application, which needs a connection to a server database (Derby/Java DB on NetBeans). In particular, I am confused between

Network Server library

and

Network client library

Could any one please define them?

trashgod
  • 203,806
  • 29
  • 246
  • 1,045
Abel Jojo
  • 758
  • 3
  • 14
  • 30
  • I'm not sure what you're confused about. The server needs to have derbynet.jar in its classpath; your client application needs to have derbyclient.jar in its classpath. Beyond that, what sort of definition are you looking for? – Bryan Pendleton Jul 16 '12 at 14:47
  • That you mean i should have derbyclient.jar in my netbeans/Project/Lib folder. @BryanPendleton – Abel Jojo Jul 18 '12 at 11:26
  • I'm not sure how NetBeans classpath definitions work. You can put derbyclient.jar in any of a variety of locations, so long as it is part of your application classpath when you run your application. – Bryan Pendleton Jul 18 '12 at 13:33

0 Answers0