首页 > 其他 > 详细

jre目录结构

时间:2021-05-12 00:04:43      阅读:47      评论:0      收藏:0      [点我收藏+]

jre的目录结构

jre
 ├── bin
 ├── COPYRIGHT
 ├── lib
 ├── LICENSE
 ├── README.txt
 ├── THIRDPARTYLICENSEREADME-JAVAFX.txt
 ├── THIRDPARTYLICENSEREADME.txt
 └── Welcome.html

dir lib的目录结构

lib
 ├── accessibility.properties
 ├── amd64
 │   └── jvm.cfg
 ├── applet
 ├── calendars.properties
 ├── charsets.jar
 ├── classlist
 ├── cmm
 │   ├── CIEXYZ.pf
 │   ├── GRAY.pf
 │   ├── LINEAR_RGB.pf
 │   ├── PYCC.pf
 │   └── sRGB.pf
 ├── content-types.properties
 ├── currency.data
 ├── deploy
 │   ├── ffjcext.zip
 │   ├── messages.properties
 │   ├── messages_de.properties
 │   ├── messages_es.properties
 │   ├── messages_fr.properties
 │   ├── messages_it.properties
 │   ├── messages_ja.properties
 │   ├── messages_ko.properties
 │   ├── messages_pt_BR.properties
 │   ├── messages_sv.properties
 │   ├── messages_zh_CN.properties
 │   ├── messages_zh_HK.properties
 │   ├── messages_zh_TW.properties
 │   ├── splash.gif
 │   ├── splash@2x.gif
 │   ├── splash_11-lic.gif
 │   └── splash_11@2x-lic.gif
 ├── deploy.jar
 ├── ext
 │   ├── access-bridge-64.jar
 │   ├── cldrdata.jar
 │   ├── dnsns.jar
 │   ├── jaccess.jar
 │   ├── jfxrt.jar
 │   ├── localedata.jar
 │   ├── meta-index
 │   ├── nashorn.jar
 │   ├── sunec.jar
 │   ├── sunjce_provider.jar
 │   ├── sunmscapi.jar
 │   ├── sunpkcs11.jar
 │   └── zipfs.jar
 ├── flavormap.properties
 ├── fontconfig.bfc
 ├── fontconfig.properties.src
 ├── fonts
 │   ├── LucidaBrightDemiBold.ttf
 │   ├── LucidaBrightDemiItalic.ttf
 │   ├── LucidaBrightItalic.ttf
 │   ├── LucidaBrightRegular.ttf
 │   ├── LucidaSansDemiBold.ttf
 │   ├── LucidaSansRegular.ttf
 │   ├── LucidaTypewriterBold.ttf
 │   └── LucidaTypewriterRegular.ttf
 ├── hijrah-config-umalqura.properties
 ├── images
 │   └── cursors
 │       ├── cursors.properties
 │       ├── invalid32x32.gif
 │       ├── win32_CopyDrop32x32.gif
 │       ├── win32_CopyNoDrop32x32.gif
 │       ├── win32_LinkDrop32x32.gif
 │       ├── win32_LinkNoDrop32x32.gif
 │       ├── win32_MoveDrop32x32.gif
 │       └── win32_MoveNoDrop32x32.gif
 ├── javafx.properties
 ├── javaws.jar
 ├── jce.jar
 ├── jfr
 │   ├── default.jfc
 │   └── profile.jfc
 ├── jfr.jar
 ├── jfxswt.jar
 ├── jsse.jar
 ├── jvm.hprof.txt
 ├── logging.properties
 ├── management
 │   ├── jmxremote.access
 │   ├── jmxremote.password.template
 │   ├── management.properties
 │   └── snmp.acl.template
 ├── management-agent.jar
 ├── meta-index
 ├── net.properties
 ├── plugin.jar
 ├── psfont.properties.ja
 ├── psfontj2d.properties
 ├── resources.jar
 ├── rt.jar
 ├── security
 │   ├── blacklist
 │   ├── blacklisted.certs
 │   ├── cacerts
 │   ├── java.policy
 │   ├── java.security
 │   ├── javaws.policy
 │   ├── policy
 │   │   ├── limited
 │   │   │   ├── local_policy.jar
 │   │   │   └── US_export_policy.jar
 │   │   └── unlimited
 │   │       ├── local_policy.jar
 │   │       └── US_export_policy.jar
 │   └── trusted.libraries
 ├── sound.properties
 ├── tzdb.dat
 └── tzmappings

jre目录结构

原文:https://www.cnblogs.com/1river/p/14757928.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!