File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export PATH=$JAVA_HOME/bin:$PATH
1010java -version # Must show "21"
1111```
1212
13- ** Why** : Tycho 5.0.1 and Eclipse 2025-12 require Java 21 (class file version 65.0).
13+ ** Why** : Tycho 5.0.3 and Eclipse 2025-12 require Java 21 (class file version 65.0).
1414If you see ` UnsupportedClassVersionError ` , you're using Java 17 instead of 21.
1515
1616## Maven Profiles
@@ -67,4 +67,4 @@ Defined in `sandbox_target/eclipse.target`:
6767| Tycho resolution errors | Target platform issue | Check ` sandbox_target/eclipse.target ` |
6868| SpotBugs failures | Code quality issue | Check ` spotbugs-exclude.xml ` |
6969| Unused import errors | Tycho treats as errors | Remove all unused imports |
70- | Missing NLS comments | Eclipse plugin requirement | Add ` //$NON-NLS-1$ ` to string literals |
70+ | Missing NLS comments | Eclipse plugin requirement | Add ` //$NON-NLS-1$ ` to string literals |
You can’t perform that action at this time.
0 commit comments