Renaming H2 Database Files

H2 (h2database.com) is an open-source pure-Java SQL database. It’s fast,  can be encrypted, can be used in embedded mode, and has other nice features. The only thing I didn’t like when looking for an embedded database for my next Java project was that file extensions are fixed. It’s always “.h2.db” for the page file, “.lock.db” for lock file and so on. What I wanted was the distinct extension that my application would use.

Continue reading Renaming H2 Database Files

Windows 10 – Move Users to Solve Update Issues

Some time ago I upgraded my computer to Windows 10. Because I tend to have a lot of data in my home directory I decided to move Users from SSD C: to HDD D: (by creating a junction from C:\Users to D:\Users as described for example here). And it was all well and good until Windows updates started failing. First it was KB3116869 then KB3124266. Continue reading Windows 10 – Move Users to Solve Update Issues