FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-update/examples/toolchains.xml.example at master · shinelon/java-update · GitHub
shinelon
/
java-update
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
java-update
/
examples
/
toolchains.xml.example
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (27 loc) · 1.01 KB
Breadcrumbs
java-update
/
examples
/
toolchains.xml.example
Copy path
File metadata and controls
27 lines (27 loc) · 1.01 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<!--
复制本文件为同目录下的 toolchains.xml,并按本机实际 JDK 路径修改。
toolchains.xml 已被 .gitignore 忽略(机器相关,不入库)。
-->
<
toolchains
>
<
toolchain
>
<
type
>jdk</
type
>
<
provides
><
version
>11</
version
></
provides
>
<
configuration
><
jdkHome
>C:\Program Files\Java\jdk-11.0.0.2</
jdkHome
></
configuration
>
</
toolchain
>
<
toolchain
>
<
type
>jdk</
type
>
<
provides
><
version
>17</
version
></
provides
>
<
configuration
><
jdkHome
>C:\Program Files\Java\jdk-17.0.13</
jdkHome
></
configuration
>
</
toolchain
>
<
toolchain
>
<
type
>jdk</
type
>
<
provides
><
version
>21</
version
></
provides
>
<
configuration
><
jdkHome
>C:\Program Files\Java\jdk-21</
jdkHome
></
configuration
>
</
toolchain
>
<
toolchain
>
<
type
>jdk</
type
>
<
provides
><
version
>25</
version
></
provides
>
<
configuration
><
jdkHome
>C:\Program Files\Java\jdk-25</
jdkHome
></
configuration
>
</
toolchain
>
</
toolchains
>
Back
|
FazBrowse Home
|
New Git URL