Added Java Arch:amd64 check to IzPack installer Java version warning panel

This commit is contained in:
Dale Schultz 2013-01-02 16:40:02 -05:00
parent 6b38ced613
commit 6d73c55d23
3 changed files with 32 additions and 17 deletions

View File

@ -1,24 +1,35 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Java Runtime Warning</title>
</head>
<body>
<center>
<h1>Java Runtime Warning</h1>
<head>
<title>Java Runtime Warning</title>
</head>
<body>
<center>
<h2>Java Runtime Warning</h2>
<p>This application and its installer both require a 32-bit Java Runtime Environment, even if
the operating system is 64-bit.</p>
<p>This application and its installer both require a 32-bit Java Runtime
Environment, even if the operating system is 64-bit.</p>
<p>If this installer is run with a 64-bit version of Java, it will not complete successfully.</p>
<p>If this installer is run with a 64-bit version of Java, it will not complete
successfully.</p>
<p>If RomRaider is run with a 64-bit version of Java, it will not function properly.</p>
<p>If RomRaider is run with a 64-bit version of Java, it will not function
properly.</p>
<p>Please ensure that a 32-bit version of Java with a minimum version of 1.6 is installed.</p>
<p>Please ensure that a 32-bit version of Java with a minimum version of 1.6 is
installed.</p>
<p>For further information, please consult the <a href="http://www.romraider.com/forum/viewforum.php?f=5">RomRaider Troubleshooting Forum</a></p>
<p>For further information, please consult the<br>
<a href="http://www.romraider.com/forum/viewforum.php?f=5">RomRaider
Troubleshooting Forum</a>.</p>
</center>
</body>
<p>To download a 32-bit version of Java, please visit
<a href="http://java.sun.com/javase/downloads/index.jsp">Java SE Downloads</a>
and choose a x86 JRE for your operating system.</p>
<p>It is recommended that you <b>cancel</b> the RomRaider installation now by
pressing the <b>Quit</b> button below.</p>
</center>
</body>
</html>

View File

@ -25,7 +25,9 @@
</resources>
<panels>
<panel classname="HTMLInfoPanel"/>
<panel classname="HTMLInfoPanel">
<os arch="amd64" />
</panel>
<panel classname="InfoPanel"/>
<panel classname="LicencePanel"/>
<panel classname="TargetPanel"/>

View File

@ -25,7 +25,9 @@
</resources>
<panels>
<panel classname="HTMLInfoPanel"/>
<panel classname="HTMLInfoPanel">
<os arch="amd64" />
</panel>
<panel classname="InfoPanel"/>
<panel classname="LicencePanel"/>
<panel classname="TargetPanel"/>