Installing on Windows - Quick Start
Introduction
This document describes how to run Composable Agentic Platform using the Tomorrow-Software-Server-2021-noJRE-10.0.0.zip
distribution. This example is using Windows Server 2022 Datacenter and OpenJDK 11.0.26 LTS.
The installation is designed for a local developer "quick start" environment.
Check Java installation and version
Running the java -version
command will either return java : The term 'java' is not recognized
when no Java installation has been installed, JAVA_HOME
& Path
have not been set, or will display the current Java installation details.
If you need to install java you can Download the Microsoft Build of OpenJDK here https://learn.microsoft.com/en-us/java/openjdk/download and extract the zip file to a temporary directory, for this example we've used C:\Users\Administrator\Downloads\
e.g. If you've downloaded the Microsoft Build of OpenJDK zip file and extracted to a local directory, to obtain and confirm Java version details, set the current JAVA_HOME
& Path
as follows.
Create and save a new file called Tomorrow.bat
in the Tomorrow-Software-Server-10.0.0
home directory with the following commands.
Launch
Double click Tomorrow.bat
to run directly from File Explorer.
Alternatively, run the Powershell command
Last updated