Skip to content
Skip to breadcrumbs
Skip to header menu
Skip to action menu
Skip to quick search
Quick Search
Browse
Pages
Blog
Labels
Attachments
Mail
Advanced
What’s New
Space Directory
Feed Builder
Keyboard Shortcuts
Confluence Gadgets
Log In
Sign Up
Dashboard
Groovy
Embedded Derby DB examples
Page Comparison
V
iew
Tools
Page History
Info
View in Hierarchy
View Source
Embedded Derby DB examples
Versions Compared
Old Version
6
changes.mady.by.user
Tim Yates
Saved on
Aug 16, 2011
compared with
New Version
7
changes.mady.by.user
Tim Yates
Saved on
Aug 16, 2011
Previous Change: Difference between versions 5 and 6
Next Change: Difference between versions 7 and 8
View Page History
Key
This line was added.
This line was removed.
Formatting was changed.
...
in the groovy lib folder
explicitly set in the classpath (ie. set CLASSPATH=%CLASSPATH%;
d:\\path\\to
/path/to/
derby.jar)
loaded at runtime (ie. this.class.classLoader.rootLoader.addURL(new URL("file:derby.jar")) )
...