. ├── NexU-Startup.bat ├── java │   ├── COPYRIGHT │   ├── LICENSE │   ├── README.txt │   ├── THIRDPARTYLICENSEREADME-JAVAFX.txt │   ├── THIRDPARTYLICENSEREADME.txt │   ├── Welcome.html │   ├── bin │   │   ├── JAWTAccessBridge-32.dll │   │   ├── JavaAccessBridge-32.dll │   │   ├── WindowsAccessBridge-32.dll │   │   ├── awt.dll │   │   ├── bci.dll │   │   ├── client │   │   │   ├── Xusage.txt │   │   │   ├── classes.jsa │   │   │   └── jvm.dll │   │   ├── dcpr.dll │   │   ├── decora_sse.dll │   │   ├── deploy.dll │   │   ├── dt_shmem.dll │   │   ├── dt_socket.dll │   │   ├── dtplugin │   │   │   ├── deployJava1.dll │   │   │   └── npdeployJava1.dll │   │   ├── eula.dll │   │   ├── fontmanager.dll │   │   ├── fxplugins.dll │   │   ├── glass.dll │   │   ├── glib-lite.dll │   │   ├── gstreamer-lite.dll │   │   ├── hprof.dll │   │   ├── instrument.dll │   │   ├── j2pcsc.dll │   │   ├── j2pkcs11.dll │   │   ├── jaas_nt.dll │   │   ├── jabswitch.exe │   │   ├── java-rmi.exe │   │   ├── java.dll │   │   ├── java.exe │   │   ├── java_crw_demo.dll │   │   ├── javac.exe │   │   ├── javacpl.cpl │   │   ├── javacpl.exe │   │   ├── javafx_font.dll │   │   ├── javafx_font_t2k.dll │   │   ├── javafx_iio.dll │   │   ├── javaw.exe │   │   ├── javaws.exe │   │   ├── jawt.dll │   │   ├── jdwp.dll │   │   ├── jfr.dll │   │   ├── jfxmedia.dll │   │   ├── jfxwebkit.dll │   │   ├── jjs.exe │   │   ├── jli.dll │   │   ├── jp2iexp.dll │   │   ├── jp2launcher.exe │   │   ├── jp2native.dll │   │   ├── jp2ssv.dll │   │   ├── jpeg.dll │   │   ├── jsdt.dll │   │   ├── jsound.dll │   │   ├── jsoundds.dll │   │   ├── kcms.dll │   │   ├── keytool.exe │   │   ├── kinit.exe │   │   ├── klist.exe │   │   ├── ktab.exe │   │   ├── lcms.dll │   │   ├── management.dll │   │   ├── mlib_image.dll │   │   ├── msvcp120.dll │   │   ├── msvcr100.dll │   │   ├── msvcr120.dll │   │   ├── net.dll │   │   ├── nio.dll │   │   ├── npt.dll │   │   ├── orbd.exe │   │   ├── pack200.exe │   │   ├── plugin2 │   │   │   ├── msvcr100.dll │   │   │   └── npjp2.dll │   │   ├── policytool.exe │   │   ├── prism_common.dll │   │   ├── prism_d3d.dll │   │   ├── prism_sw.dll │   │   ├── resource.dll │   │   ├── rmid.exe │   │   ├── rmiregistry.exe │   │   ├── server │   │   │   ├── Xusage.txt │   │   │   └── jvm.dll │   │   ├── servertool.exe │   │   ├── splashscreen.dll │   │   ├── ssv.dll │   │   ├── ssvagent.exe │   │   ├── sunec.dll │   │   ├── sunmscapi.dll │   │   ├── t2k.dll │   │   ├── tnameserv.exe │   │   ├── unpack.dll │   │   ├── unpack200.exe │   │   ├── verify.dll │   │   ├── w2k_lsa_auth.dll │   │   ├── wsdetect.dll │   │   └── zip.dll │   ├── lib │   │   ├── accessibility.properties │   │   ├── applet │   │   │   └── NOTEMPTY │   │   ├── 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-32.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 │   │   ├── i386 │   │   │   └── jvm.cfg │   │   ├── 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 │   │   ├── jconsole.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 │   │   │   ├── US_export_policy.jar │   │   │   ├── blacklist │   │   │   ├── blacklisted.certs │   │   │   ├── cacerts │   │   │   ├── java.policy │   │   │   ├── java.security │   │   │   ├── javaws.policy │   │   │   ├── local_policy.jar │   │   │   └── trusted.libraries │   │   ├── sound.properties │   │   ├── tools.jar │   │   ├── tzdb.dat │   │   └── tzmappings │   └── release └── nexu.jar 19 directories, 204 files