This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// See comments below. | |
// This code sample and justification brought to you by | |
// Isaac Z. Schlueter, aka isaacs | |
// standard style | |
var a = "ape", | |
b = "bat", | |
c = "cat", | |
d = "dog", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set vernum=8u144 | |
set jdkbasename=jdk8 | |
set "tool7z=C:\Program Files\7-Zip\7z.exe" | |
set "jdk_exe=%1" | |
echo Extracting '.rsrc/1033/JAVA_CAB10/111' | |
%tool7z% e %jdk_exe% .rsrc/1033/JAVA_CAB10/111 | |
rem :: %tool7z% e %jdk_exe% .rsrc/1033/version.txt |