1) Uninstall RS AND runemate
2) Uninstall Java
How do I uninstall Java on my Mac?
3) Reinstall Java
How do I install Java for my Mac?
4) Redownload Runemate
STANDALONE (Far right link) Download | RuneMate
5) Redownload Runescape
- Right click on your OSRS application, and select "Show Package Contents"
- In the Contents directory you'll find a file called Info.plist
- Edit it with either Xcode or a text editor like TextEdit
- For Xcode, remove the JVMOptions entry as shown in the image below
- Using a text editor, remove the line saying <string>-Djava.system.class.loader=app.systemclassloader</string>
- Save the changes and start your OSRS application again.
Open Runemate standalone, it should work. I had massive issues with RUnemate on Mac, but standalone works well.
thanks for your help so far I am at....
For Xcode, remove the JVMOptions entry as shown in the image below
( I can't see no image )
Using a text editor, remove the line saying <string>-Djava.system.class.loader=app.systemclassloader</string>
- Save the changes and start your OSRS application again.
below I am showing you what is coming up in the info.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.jagex.RuneScape</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleExecutable</key>
<string>RuneScape</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleIconFile</key>
<string>RuneScape.icns</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>LSMinimumSystemVersion</key>
<string>10.8.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 1999-2017 Jagex Ltd. - All rights reserved.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSQuitAlwaysKeepWindows</key>
<false/>
<key>JagexLauncherConfigURI</key>
<string>
http://www.runescape.com/k=5/l=$(Language:0)/jav_config.ws</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Shell</string>
<key>CFBundleURLIconFile</key>
<string>RuneScape.icns</string>
<key>CFBundleURLName</key>
<string>rs-launch URI</string>
<key>CFBundleURLSchemes</key>
<array>
<string>rs-launch</string>
<string>rs-launchs</string>
</array>
</dict>
</array>
</dict>
</plist>
a little more help would be appreciated, I think we are nearly there, I can't see the java system can you ?