Skip to content

Commit 162ad9e

Browse files
snjezafbricon
authored andcommitted
Add JDK 26
1 parent 00cbc84 commit 162ad9e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Features
2424
=========
2525
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-java/main/images/vscode-java.0.0.1.gif)
2626

27-
* Supports code from Java 1.8 to Java 25
27+
* Supports code from Java 1.8 to Java 26
2828
* Maven pom.xml project support
2929
* Gradle project support (with experimental Android project import support)
3030
* Standalone Java files support
@@ -86,6 +86,12 @@ If you need to compile your projects against a different JDK version, it's recom
8686
"path": "/path/to/jdk-25",
8787
"default": true
8888
},
89+
,
90+
{
91+
"name": "JavaSE-26",
92+
"path": "/path/to/jdk-26",
93+
"default": true
94+
},
8995
]
9096
```
9197
The default runtime will be used when you open standalone Java files.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,8 @@
971971
"JavaSE-22",
972972
"JavaSE-23",
973973
"JavaSE-24",
974-
"JavaSE-25"
974+
"JavaSE-25",
975+
"JavaSE-26"
975976
],
976977
"description": "Java Execution Environment name. Must be unique."
977978
},
@@ -2133,4 +2134,4 @@
21332134
},
21342135
"segmentWriteKey": "Y7Y5Xk8dKEhVZHTmAkFZkqgdN4d7c4lt",
21352136
"segmentWriteKeyDebug": "BflPll7uuKOCm3y0g7JpfXLVBVFBivDE"
2136-
}
2137+
}

0 commit comments

Comments
 (0)