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
{{ message }}
This repository was archived by the owner on Aug 11, 2023. It is now read-only.
I am trying to generate java code for ros messages for Kuka Sunrise.
The basic setup works fine, except that Kuka Sunrise runs on Java 6, and my catkin workspace on docker runs on Java 8. Hence, generated java code for ros messages does not work on the robot (unsupportedClassVersionError). Due to various other issues, I cannot downgrade my container to a lower Java version (Gradle having issues with openjdk, oracle java<1.8 installers being no longer available).
So I was wondering whether rosjava / genjava support cross-compiling from Java 8 to Java 6, as that would also resolve my problem.