79381889

Date: 2025-01-23 16:43:42
Score: 1.5
Natty:
Report link

I was getting an exception with the same upgrade: java.lang.NoClassDefFoundError: org/eclipse/compare/internal/TabFolderLayout

I found that class in the previous eclipse version 2024-09 and as a workaround I copied the class to the jar in 2024-12 in which it was missing.

Copy the class org.eclipse.compare.internal.TabFolderLayout.class from plugins/org.eclipse.compare_3.11.100.xxxx.jar to plugins/org.eclipse.compare_3.11.200.xxxx.jar And restart Eclipse

I reported the problem as a bug in: subversive/issues/260

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gerson Samaniego