Thanks for this instruction.
I have real console on the browser.
And, also can play between windows and linux.
sudo apt-get install oracle-java8-installer
sudo apt-get update sudo apt-get install openjdk-8-jdk
I can get through this installation
... FATAL datanode.DataNode: Exception in secureMain
java.lang.RuntimeException: Error while running command to get file permissions : ExitCodeException exitCode=-1073741515Or like the message in the stackoverflow : https://stackoverflow.com/questions/53341528/java-lang-runtimeexception-error-while-running-command-to-get-file-permissions#new-answer
The code execution cannot proceed because MSVCR100.dll was not found. ....
obj.style.backgroundImage:url(myimage.gif);
<P style="display:none; visibility:hidden;">
This is a paragraph.
<FIELDSET>
<LEGEND>Group</LEGEND>
ONE<BR>TWO
</FIELDSET>
</P>
<STYLE>
#container {text-align:center;}
#area {
width:600px; border:solid 1px black; text-align:left;
margin-left:auto; margin-right:auto;
}
</STYLE>
<DIV id="container">
<TABLE cellpadding="0" cellspacing="0" border="1" id="area">
<TR>
<TD>
This is a table.
</TD>
</TR>
</TABLE>
</DIV>
Calculation of support of currently displayed feature lists
| Internet Explorer | Firefox | Safari | Chrome | Opera | |
|---|---|---|---|---|---|
| Past | 6.0: 4% | 2.0: 35% | 3.1: 47% | 0.2: 55% | 9.0: 38% |
| Present | 7.0: 12% | 3.0: 53% | 3.2: 69% | 1.0: 55% | 9.6: 62% |
| Near Future (2009) | 8.0: 31% | 3.1: 82% | 4.0: 85% | 1.*: 55% | 10.0: 68% |
| Future (2010 or later) | 9.0: 31% | 3.2: 92% | 4.*: 87% | 2.0: 79% | 10.*: 73% |
<style>
.vt {
writing-mode: tb-rl; filter: flipv fliph;
white-space:nowrap; font-size:12px; font-family:arial; letter-spacing:2px
}
</style>
<div class="vt">Vertical Text</div>
<style>
.displayretainer {
width:160px;text-align:right; z-index:25;
font-family:arial; font-size:12px; letter-spacing:2px
}
</style>
<div id="vt" class="displayretainer"
style="filter:progid:DXImageTransform.Microsoft.Matrix(M11='1.0', sizingmethod='auto expand');">
Vertical Text
</div>
<SCRIPT>
var deg2rad = Math.PI * 2 / 360;
function setRotation(obj, deg) {
var rad = deg * deg2rad;
var costheta = Math.cos(rad);
var sintheta = Math.sin(rad);
obj.filters.item(0).M11 = costheta;
obj.filters.item(0).M12 = -sintheta;
obj.filters.item(0).M21 = sintheta;
obj.filters.item(0).M22 = costheta;
}
setRotation(document.getElementById("vt"), 270)
</SCRIPT>