I want to use Java DB in embedded mode in a Java application running from a CD-ROM. Does anyone have any experience of doing this? Will it work? The database will only have selects issued against it.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This is possible: Deploying the database on the read-only media Also I have noted select statements work when the database is owned by root with all write access withdrawn and is accessed by a non-privileged user. |
|||
|
|