Package Details: runelite 1:2.7.1-1

Git Clone URL: https://aur.archlinux.org/runelite.git (read-only, click to copy)
Package Base: runelite
Description: Open source Old School RuneScape client.
Upstream URL: https://runelite.net/
Licenses: BSD
Submitter: jcstryker
Maintainer: abex
Last Packager: abex
Votes: 35
Popularity: 0.005514
First Submitted: 2018-02-20 13:00 (UTC)
Last Updated: 2024-03-17 22:14 (UTC)

Dependencies (4)

Required by (0)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

ruscur commented on 2019-07-29 01:15 (UTC)

Hey, why does this require java-runtime>=11? RuneLite works fine with JRE8, and using older versions is recommended on the wiki for working around some GPU bugs. I'm also experiencing a crash with JRE12 that I'm not on JRE8.

Telavus commented on 2019-07-06 16:12 (UTC)

@jcstryker Doesn't seem to help for me. This might not be the best place to ask for troubleshooting, where would you reccomend me to go?

jcstryker commented on 2019-07-05 12:48 (UTC) (edited on 2019-07-05 14:56 (UTC) by jcstryker)

@telavus, I use the GPU plugin on a Vega64 without this issue. However I notice you have an older version of mesa, because you are using Manjaro not Arch. You might try installing mesa from Arch proper or the mesa-git package.

https://www.archlinux.org/packages/extra/x86_64/mesa/

https://aur.archlinux.org/packages/mesa-git/

Telavus commented on 2019-07-05 11:55 (UTC)

Anyone here that might have a remedy for this issue? https://github.com/runelite/runelite/issues/9254

abdulhakeem commented on 2019-06-04 13:36 (UTC) (edited on 2019-06-04 13:45 (UTC) by abdulhakeem)

Yeah I'm getting the same compile error as @Cheezers, not sure how to fix

EDIT:

I changed my default Java environment to Java 11, whereas it was set to Java 8 before

See the Wiki article on Java: https://wiki.archlinux.org/index.php/java#Change_default_Java_environment

I changed it with this command:

sudo archlinux-java set java-11-openjdk

This allowed me to install Runelite successfully without that compile error

Lekensteyn commented on 2019-03-23 23:57 (UTC)

Java 10 has a bug (see https://github.com/runelite/runelite/issues/3999), perhaps this package should just require java-runtime>=11?

Cheezers commented on 2019-03-04 09:01 (UTC) (edited on 2019-03-04 10:05 (UTC) by Cheezers)

Hi everyone, I'm a bit new with Linux and I tried to download this package, but Maven keeps throwing an error.

[INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.321 s [INFO] Finished at: 2019-03-04T09:49:50+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project launcher: Compilation failure [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? [ERROR]

I've added my Java-10-openjdk to the Java_home variable. This is the output of echo $JAVA_HOME: /usr/lib/jvm/java-10-openjdk/

mvn -version outputs: Apache Maven 3.6.0 (NON-CANONICAL_2018-11-06T03:14:22+01:00_root; 2018-11-06T03:14:22+01:00) Maven home: /opt/maven Java version: 10.0.2, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-10-openjdk Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.20.11-1-manjaro", arch: "amd64", family: "unix"

Anyone know where I can fix this? (I'm kind of noob with Linux still)

I'm building the package with the package manager in Manjaro.

AtTheLoj commented on 2019-03-03 00:20 (UTC)

When i try installing with 'yay' I keep getting a build error.

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project launcher: Compilation failure [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?

I have java-8-openjdk installed. any ideas?

jeffhoe commented on 2019-03-01 01:27 (UTC) (edited on 2019-03-01 01:28 (UTC) by jeffhoe)

@soalokin I tried building with java-10-openjdk and java-11-openjdk.. still failed. I wonder if its a permission issue (based on what the error is). I'm building it like I've always done -- wget the package, tar -xvf the package, cd to the directory, then makepkg -si.