首先打开记事本,输入如下的代码,请注意字母的大小写
public class MyFirst{
public static void main(String[] args){ System.out.println("This is My first Java..."); }
} 将该txt文件命名为MyFirst.java
打开cmd命令行窗口࿰…
linux安装 ant 运行时报错 Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.402.b06-1.el7_9.x86_64/lib/tools.jar
原因
已安装的jdk只有运行环境,没有tool.jar,而ant运行需要java开发环境,因…