Skip to content

Commit 6b54193

Browse files
author
Vladimir Kotal
committed
Merge pull request #816 from tjbcea/master
Made the limitations on JavaDB versions explicit
2 parents 01745d9 + 3ac02ef commit 6b54193

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,9 @@ History view will show a list of files modified with given change.
428428
On the other hand it consumes more system memory because the database has to
429429
run in background.
430430

431-
You need Java DB 10.5.3 or later. To install it peform the following steps:
431+
Versions of Java DB from 10.5.3 to 10.8.3.0 are known to work.
432+
Java DB 10.10.x.y versions are known to NOT work.
433+
To install it perform the following steps:
432434

433435
Solaris 11:
434436

@@ -438,6 +440,9 @@ Debian/Ubuntu:
438440

439441
# apt-get install sun-java6-javadb
440442

443+
Other:
444+
445+
Fetch the db-derby bundle from db.apache.org, and unpack to your preferred path.
441446

442447
1) Start the server:
443448

0 commit comments

Comments
 (0)