I have opened the info.plist file of my OSRS client I cant see <string>-Djava.system.class.loader=app.systemclassloader</string> anywhere, can someone help?
<?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-2019 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>[/QUOTE]