JDK
-
windows7的JDK(java开发环境)配置
1、百度jdk8找下载地址,下载的时候要统一下载协议; 2、查看自己的电脑版本,根据自己的电脑版本下载对应的JDK; 3、安装jdk;,并记住jdk的安装地址; 4、电脑的环境变量…
-
Windows同时安装多个JDK
一、下载并安装JDK这一步选择你需要的JDK并下载安装,记得要记住安装的路径。 二、为JDK配置环境变量①找到系统环境变量 ②新建如下三个环境变量 第一个表示默认Jav…
-
Java – Download and Install JDK 10 on Windows
Java is a computer programming language that is concurrent, class-based and object-oriente…
-
Java – Download and Install JDK 1.9 on Windows
Java is a computer programming language that is concurrent, class-based and object-oriente…
-
Java – Download and Install JDK 1.8 on Windows
This tutorial has everything you need to know about installing JDK 8 on Windows. If you’re…
-
Java – Download & Install JDK 1.7 on Windows
Java is a computer programming language that is concurrent, class-based and object-oriente…
-
接口概念与生活举例和接口的定义基本格式
接口概念与生活举例 接口,是Java语言中一种引用类型,是方法的集合,如果说类的内部封装了成员变量、构造方法和成员方法,那么接口的内部主要就是封装了方法,包含抽象方法(JDK 7及…
-
搭建centos7 Java开发环境
1. 安装centos7 1.1 下载镜像 下载地址: http://mirrors.163.com/centos/7.9.2009/isos/x86_64/ 1.2 安装 略 2…
-
Jenkins构建项目连接Repository URL的填坑之路
提示Unable to access the repository。点击构建后,构建失败提示:org.tmatesoft.svn.core.SVNException: svn: E…
-
方法的调用-JDK的JShell简单使用
方法的调用 方法在定义完毕后,方法不会自己运行,必须被调用才能执行,我们可以在主方法main中来调用我们自己定义好的方法。在 主方法中,直接写要调用的方法名字就可以调用了。 pub…