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: docs/source/preamble/python/editing_python_source.rst
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,3 +46,46 @@ Then, you can run :program:`PyCharm` with
46
46
47
47
.. info::
48
48
We use :program:`pycharm_ros2` instead of :program:`pycharm` on purpose. This prevents our alias from misbehaving if you have another version of :program:`PyCharm` installed.
49
+
50
+
2024.09 Update
51
+
--------------
52
+
53
+
.. note:
54
+
This is a troubleshooting section. You do not need to cover this if you don't have problems with the previous section.
55
+
56
+
For consistency, until I upgrade this tutorial to the new version of ROS2, the version of :program:`pycharm` will remain the same. I have identified the following problem when running it on an `arm64` Ubuntu VM.
java.lang.UnsupportedClassVersionError: com/intellij/util/lang/PathClassLoader has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
63
+
at java.lang.ClassLoader.defineClass1([email protected]/Native Method)
64
+
at java.lang.ClassLoader.defineClass([email protected]/ClassLoader.java:1022)
65
+
at java.security.SecureClassLoader.defineClass([email protected]/SecureClassLoader.java:174)
66
+
at jdk.internal.loader.BuiltinClassLoader.defineClass([email protected]/BuiltinClassLoader.java:800)
67
+
at jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull([email protected]/BuiltinClassLoader.java:698)
68
+
at jdk.internal.loader.BuiltinClassLoader.loadClassOrNull([email protected]/BuiltinClassLoader.java:621)
69
+
at jdk.internal.loader.BuiltinClassLoader.loadClass([email protected]/BuiltinClassLoader.java:579)
70
+
at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass([email protected]/ClassLoaders.java:178)
71
+
at java.lang.ClassLoader.loadClass([email protected]/ClassLoader.java:527)
0 commit comments