$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Spring Tool Suite IDE in Fedora 39 – Step-by-step

September 23, 2023 | By the+gnu+linux+evangelist.

Installing

  1. 4. Installing Java JDK

    How to Install Required Oracle Java JDK on Fedora

    Install Oracle JDK for Fedora
  2. 5. Relocating

    Next follow Setting Up STS
    (For a Local Installation Skip this Step and Run it from within Home)
    First, Set root as Owner:

    sudo chown -R root:root /tmp/sts*.RELEASE

    Finally, Switch contents into the Destination Directory:

    sudo mv /tmp/sts*.RELEASE /opt/
  3. 6. Amending User’s Path

    Again Append STS into the Path
    This is strictly needed only to Work with STS from Command Line..

    echo 'export PATH=$PATH:/opt/sts-[x.y.z].RELEASE' >> ~/.bashrc

    Change [x.y.z] in the above Command with the actual STS Release you get from:

    ls /opt | grep sts

    And finally, Reload the Path with:

    bash
  4. 7. Launching STS

    Finally, Launch and Enjoy Spring Tool Suite
    From Terminal with:

    SpringToolSuite4

    How to Create App Launcher on Main Menu.

    Make Launcher for Menu Guide

    How to Install Spring Tool Suite Fedora 39 GNU/Linux Easy Guide - UI

  5. 8. STS Getting Started

    Spring Tool MVC Quick Start Guide with Hello World.

Contents