Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 574 Bytes

File metadata and controls

33 lines (26 loc) · 574 Bytes

OpenCFSD Java Assembly.

main Branch.


Branches.

  • main.
  • DEVELOPMENT.

Using.

Ubuntu LINUX.

version: Ubuntu 24.04.4 LTS

IntelliJ IDEA 2026.1.

Build #IU-261.22158.277, built on March 25, 2026.

Dependencies.

  • The Java Development Kit (JDK).

  • Java Runtime Eenvironment (JRE).

  • Apache Maven.

  • IntelliJ-idea.

Terminal install of the above.

sudo apt install openjdk-25-jdk
sudo apt install openjdk-25-jre
sudo apt install maven -y 
sudo snap install intellij-idea --channel=2026.1/stable --classic