jre
├── bin
├── COPYRIGHT
├── lib
├── LICENSE
├── README.txt
├── THIRDPARTYLICENSEREADME-JAVAFX.txt
├── THIRDPARTYLICENSEREADME.txt
└── Welcome.html
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
原文:https://www.cnblogs.com/1river/p/14757928.html