1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

$version_number

This commit is contained in:
gnosygnu
2016-06-20 00:11:01 -04:00
parent fcbf82b74c
commit 7e4489f531
54 changed files with 3702 additions and 1214 deletions

View File

@@ -44,6 +44,9 @@
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-5">
<a href="#Portable_setup"><span class="tocnumber">2</span> <span class="toctext">Portable setup</span></a>
</li>
</ul>
</div>
<h2>
@@ -102,6 +105,12 @@
The embedded JRE uses functionality within the exe which in turn was built by launch4j. There is no specific code in XOWA to handle this function. Any issues with standalone JRE functionality will probably be resolvable at the launch4j level.
</li>
</ul>
<h2>
<span class="mw-headline" id="Portable_setup">Portable setup</span>
</h2>
<p>
XOWA can be set up to run with a portable JVM from portableapps.com. See: <a href="http://portableapps.com/apps/utilities/java_portable" rel="nofollow" class="external free">http://portableapps.com/apps/utilities/java_portable</a>
</p>
<p>
<br>
</p>

View File

@@ -106,6 +106,9 @@
<li>
If Java is not installed on your machine, you can get it from <a href="http://www.java.com/en/download/manual.jsp" rel="nofollow" class="external free">http://www.java.com/en/download/manual.jsp</a>
</li>
<li>
If you don't want to install Java, you can copy it from an existing machine, or download a portable package. See <a href="http://xowa.org/home/wiki/App/Setup/Flash_card.html" id="xolnki_3" title="App/Setup/Flash card" class="xowa-visited">App/Setup/Flash card</a>
</li>
<li>
On Debian Linux systems you can do <span class='console'>sudo apt-get install openjdk-7-jre</span>
</li>