Where is tools.jar located?

前端 未结 5 924
情深已故
情深已故 2020-12-29 11:11

Running CentOS 6, Java 1.7.0_25 OpenJDK

Upon installing the RPM I saw it say

Unpacking JAR files...
rt.jar
js         


        
5条回答
  •  萌比男神i
    2020-12-29 11:27

    No,it should be in in Lib folder

    JDK and JRE File Structure

    c:\jdkx.x.x\lib

    Files used by the development tools. These include tools.jar, which contains non-core classes for support of the tools and utilities in the JDK. Also includes dt.jar, the DesignTime archive of BeanInfo files that tell interactive development environments (IDE's) how to display the Java components and how to let the developer customize them for an application.

提交回复
热议问题