Commit 85ee810
authored
Add a ChangeLog entry about the version of Java used by current Closure (emscripten-core#26929)
Add a ChangeLog entry about the version of Java used by current Closure
version, and a note of when installing Java is necessary.
Attempting to use Java 20 or older will produce an error like
```
Error: LinkageError occurred while loading main class com.google.javascript.jscomp.CommandLineRunner
java.lang.UnsupportedClassVersionError: com/google/javascript/jscomp/CommandLineRunner has been compiled
by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only
recognizes class file versions up to 57.0
```
http://clbri.com:8010/api/v2/logs/433679/raw_inline1 parent 3122794 commit 85ee810
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
0 commit comments