You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ In order to compile and run this project only Java needs to be installed. [GIT](
23
23
-[Gradle](https://gradle.org/) is used for project compilation. Installing it is not required. The included Gradle wrapper will automatically download the configured Gradle version.
24
24
25
25
Before running the Gradle commands below, make sure `JAVA_HOME` points to a JDK 21 or later installation and that `java -version` reports Java 21 or later.
26
-
Java 21 is required for the current dependency set. The published `rosjava 0.4.1.1` and `rosjava_actionlib 2026.03.29.02` artifacts are compiled for Java 21 bytecode, so Java 17 or Java 18 will fail to load them with `UnsupportedClassVersionError`.
26
+
Java 21 is required for the current dependency set.
27
+
27
28
28
29
## Quick Instructions for Windows [Power Shell](https://github.com/PowerShell/PowerShell/releases/)
29
30
1.[Clone](https://git-scm.com/docs/git-clone) the [project repository](https://github.com/SpyrosKou/Plain-ROS-Java-System-Example.git):
0 commit comments