Skip to content →

Windows 10 | Dspace 7 Installation On

cd DSpace
git clone https://github.com/DSpace/dspace-angular.git
cd dspace-angular
git checkout dspace-7.6.1

DSpace will be installed to a separate folder (not the source), e.g., C:\dspace.

mkdir C:\dspace

DSpace 7 does not work with Java 17 or higher (due to removed APIs). Use exactly JDK 11. dspace 7 installation on windows 10

  • Verify: java -version in Command Prompt → shows "11.x.x".