Do you want to use the Derby database inside a plugin that you are
creating ?
If yes, you can create a separate plugin using Eclipse's wizard to
create plugin from existing JAR file.
In this new plugin, include the derby jar files and any other external
libraries that your original plugin needs.
Hope this helps.
Charlie
Gabe Wong wrote:
Eman Hossny wrote:
Hi all,
i created a DB using Derby, & no i see the DB as a folder & i need to
access this DB from Eclipse.
where can i put this DB to allow Eclipse to access it & retrieve data
from it.
--
What is the problem providing Eclipse with the file URL of the DB like
so:
jdbc:derby:C:\myderbdb