Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add java version 17 required note
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
rsanchez15 committed Nov 5, 2024
1 parent 75cc82c commit 38f67cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/rst/installation/linux_source_installation.rst
Original file line number Diff line number Diff line change
@@ -117,6 +117,16 @@ Please, refer to `Fast DDS-Gen documentation <https://fast-dds.docs.eprosima.com
cd src/eProsima/Fast-DDS-Gen
./gradlew assemble
.. note::

Java version 17 is required to build Fast DDS Gen.
It can be installed by executing the following commands

.. code-block:: bash
sudo apt update
sudo apt install openjdk-17-jdk
The generated Java application can be found in ``src/eProsima/Fast-DDS-Gen/share/fastddsgen``.
However, the ``scripts`` folder provides some user friendly scripts that are recommended to be used.
This scripts can be made accessible to the session adding the ``scripts`` folder path to the ``PATH`` environment variable.

0 comments on commit 38f67cf

Please sign in to comment.