User Tools

Site Tools


games:old_school_runescape

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
games:old_school_runescape [2019/11/01 14:07] – [jagexappletviewer.jar] Sean Rhonegames:old_school_runescape [2019/11/11 07:41] Sean Rhone
Line 30: Line 30:
  
   * Last tested: 2019/10/22 with Ubuntu 19.10   * Last tested: 2019/10/22 with Ubuntu 19.10
 +  * :!: TODO: Update the OpenJDK version and test with the new applet source
  
   sudo apt install openjdk-11-jre wmctrl && sync   sudo apt install openjdk-11-jre wmctrl && sync
Line 36: Line 37:
  
   * Last tested: N/A   * Last tested: N/A
 +  * :!: TODO: Update the OpenJDK version and test with the new applet source
  
   sudo zypper install java-11-openjdk wmctrl && sync   sudo zypper install java-11-openjdk wmctrl && sync
Line 150: Line 152:
  
   am force-stop 'com.jagex.oldscape.android'   am force-stop 'com.jagex.oldscape.android'
 +
 +===== Windows =====
 +
 +==== Create Directory ====
 +
 +  * Alternatively, use Explorer to make the ''runescape'' folder in the ''User'' folder and ''runescape\oldschool''
 +
 +  if not exist %UserProfile%"\runescape\oldschool" mkdir %UserProfile%"\runescape\oldschool"
 +
 +  start %UserProfile%"\runescape"
 +
 +==== Java ====
 +
 +  * Download the Windows ''.zip'' of the latest Java package from https://jdk.java.net/
 +  * Extract the root folder from the archive and drop it in the ''runescape'' folder
 +  * Folder structure should be ''%UserProfile%\runescape\jdk-14''
 +  * ''javaw.exe'' should exist at ''%UserProfile%\runescape\jdk-14\bin\javaw.exe''
 +
 +==== jagexappletviewer.jar ====
 +
 +  * Extract it from the macOS ''Oldschool.dmg'' installer
 +  * Should reside at ''%UserProfile%\runescape\oldschool\jagexappletviewer.jar''
 +
 +==== Batch File ====
 +
 +  * Should reside at ''%UserProfile%\runescape\osrs.cmd''
 +  * The usual command-line arguments above can be tossed in or altered as-needed
 +
 +<code>
 +cd "jdk-"*"\bin"
 +
 +start javaw.exe -Djava.system.class.loader="app.systemclassloader" -Duser.home="..\..\oldschool" -Djava.class.path="..\..\oldschool\jagexappletviewer.jar" -Dcom.jagex.config="http://oldschool.runescape.com/jav_config.ws" -Dhttps.protocols="TLSv1.2" -Xms"768M" -Xmx"768M" -Dsun.java2d.uiScale="1" "jagexappletviewer" "oldschool"</code>
  
 ===== macOS ===== ===== macOS =====
/var/www/wiki/data/pages/games/old_school_runescape.txt · Last modified: 2024/02/01 18:14 by Sean Rhone