写点什么

2022 最新版 JDK 17 下载与安装 步骤演示 (图示版)

作者:雪奈椰子
  • 2023-01-05
    广东
  • 本文字数:1316 字

    阅读完需:约 4 分钟

JDK 17​


目录​

第一步:oracle 官网搜 jdk ,会出现如下界面​


第二步:安装​


第三步:选是​


第四步:下一步​


第五步:修改安装位置​


5.1 点击更改,进入系统文件目录​

5.2 下一步​

安装中​

安装完成​

[2021 最新版 JDK 1.8 下载与安装 步骤演示 (图示版)](https://blog.csdn.net/qq_44866828/article/details/118963681)

JDK 17 is the open-source reference implementation of version 17 of the Java SE Platform, as specified by by JSR 390 in the Java Community Process.​


JDK 17 reached General Availability on 14 September 2021. Production-ready binaries under the GPL are available from Oracle; binaries from other vendors will follow shortly.​


The features and schedule of this release were proposed and tracked via the JEP Process, as amended by the JEP 2.0 proposal. The release was produced using the JDK Release Process (JEP 3).​


第一步:oracle 官网搜 jdk ,会出现如下界面​

按箭头提示选择即可​


第二步:安装​

首先找到文件位置,然后右键以管理员身份运行​


第三步:选是​


第四步:下一步​


第五步:修改安装位置​

注意:如果电脑只有一个盘符,无需修改,直接点击下一步即可​


5.1 点击更改,进入系统文件目录​

点击方框位置,可切换至目标位置​


我的选择结果:​


5.2 下一步​


安装中​

等待​


安装完成​


证书我们这边可以借助辅助工具 appuploader​

Appuploader 可以辅助在 Windows、linux 或 mac 系统直接申请 iOS 证书 p12,及上传 ipa 到 App Store,最方便在 Windows 开发上架没有苹果 Mac 电脑的开发者!配合本教程使用,可以快速掌握如何真机测试及上架!​

点击苹果证书按钮​



​​


点击新增​



​​


输入证书密码,名称​

这个密码不是账号密码,而是一个保护证书的密码,是 p12 文件的密码,此密码设置后没有其他地方可以找到,忘记了只能删除证书重新制作,所以请务必记住密码。还有为了安全起见,密码不要太简单。 证书名称是你为了在证书列表里面便于区别的一个字符,自己好辨识就可以,尽量是是字母和数字之类​

选择证书类型​

带 distribution 的是发布类型,带 development 的是开发类型。​

apple 类型=ios+mac,所以开发时选择 ios app development 和 apple development 类型都是可以的​

选择 bundle id​

只有部分类型的证书需要选择 bundle id,例如推送证书。因为大部分证书是不和 app 关联的。而是通过描述文件 profile 文件关联 app。​

使用 appuploader 同步服务​

如果期望制作好证书后在其他电脑上同样可以下载到这个证书,或者和你同事同步此证书,则需要勾选使用 appuploader 服务同步。否则您需要手动管理 p12 文件在不同电脑之间的传输,并且一但创建下载后,无法在其他电脑下载,只能手动复制文件过去。一般情况下,推荐使用 appuploader 服务同步。​

证书类型说明​

IOS 开发选择 apple development 或者 ios app development 类型 ios 发布选择 apple distribution 或者 ios distribution (app store and ad hoc) 开发推送证书选择 apple push notification service ssl (sandbox) 发布推送证书选择 apple push notification service ssl (sandbox & production)​

其他证书不是很常用,可以自行百度各种证书说明​


用户头像

雪奈椰子

关注

还未添加个人签名 2022-07-22 加入

还未添加个人简介

评论

发布
暂无评论
2022 最新版 JDK 17 下载与安装 步骤演示 (图示版)_iOS上架_雪奈椰子_InfoQ写作社区