Search Criteria
Package Details: mcaselector 2.4.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mcaselector.git (read-only, click to copy) |
---|---|
Package Base: | mcaselector |
Description: | An external tool to export or delete selected chunks and regions from a world save of Minecraft Java Edition. |
Upstream URL: | https://github.com/Querz/mcaselector |
Licenses: | MIT |
Submitter: | ROllerozxa |
Maintainer: | Dracomage |
Last Packager: | Dracomage |
Votes: | 9 |
Popularity: | 0.062830 |
First Submitted: | 2021-03-02 18:34 (UTC) |
Last Updated: | 2024-10-27 18:03 (UTC) |
Dependencies (3)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- java-openjfxAUR (jre10AUR, jdk10AUR, jdk7AUR, jre7AUR, java11-openjfxAUR, java8-openjfxAUR, liberica-nik-24-full-binAUR, liberica-jdk-17-full-binAUR, java-openjfxAUR, java21-openjfxAUR, zulu-jdk-fx-binAUR, java17-openjfx-binAUR, java21-openjfx-binAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, jre8AUR, jdk8AUR, zulu-17-fx-binAUR, zulu-jre-fx-binAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, java-openjfx-nowebkitAUR, java-openjfx-binAUR, jre-zulu-fx-binAUR, java17-openjfxAUR, jre-zulu-fxAUR)
- java-runtime-openjdk (jdk10-openj9-binAUR, jdk16-adoptopenjdkAUR, liberica-jre-11-binAUR, jre16-openjdkAUR, jre14-openjdkAUR, jre18-openjdkAUR, liberica-jre-11-full-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jre12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jre13-openjdkAUR, jre15-openjdkAUR, liberica-nik-24-full-binAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jre19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, java-openjdk-binAUR, jdk21-temurinAUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-jre-fx-binAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jre-jetbrainsAUR, jre-openjdk-wakefieldAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, zulu-23-binAUR, jdk21-jetbrains-binAUR, jre-zulu-binAUR, jre-zulu-fx-binAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-android-studioAUR, jdk17-openj9-binAUR, jre-zuluAUR, jre-zulu-fxAUR, jre21-zulu-binAUR, jre17-zulu-binAUR, zing-8-binAUR, zing-21-binAUR, java-openjdk-ea-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jre-openjdk, jre11-openjdk, jre17-openjdk, jre21-openjdk, jre8-openjdk)
Latest Comments
1 2 Next › Last »
Faldhuin commented on 2024-03-26 23:41 (UTC)
Had to edit the launcher script in '/usr/bin/mcaselector' as follows to get it working.
Essentially, the paths for JavaFX are wrong, the AUR packages installs it to 'java-xx-openjfx'.
Cryen commented on 2023-03-24 13:30 (UTC) (edited on 2023-03-24 14:16 (UTC) by Cryen)
Any ideas on how to fix this? It looks like an option suggested by another user was implemented to the script but not recognized by the program?
Edit:
Nevermind, I had to change the default java environment to a never version.
shibashi commented on 2023-01-05 15:04 (UTC)
I get Module javafx.base not found. Turns out that the dependency java-openjfx will install 19.u11-1.
will resolve this.
MithicSpirit commented on 2022-09-04 19:30 (UTC)
Please replace the
jre-openjdk
dependency withjava-runtime-openjdk
so that we can choose which version to use.lucaswerkmeister commented on 2022-08-27 12:16 (UTC)
Small suggestion for the
mcaselector
launcher script: Addexec
to the beginning of the last line, so that the Java process replaces the shell process, instead of the shell staying around not doing anything :)sem.z commented on 2022-04-23 07:37 (UTC)
mattsturgeon, I had same problem, turned out there is no javafx jars in
/usr/lib/jvm/default/lib
, so I reinstalledjava-openjfx
.mattsturgeon commented on 2022-04-19 22:25 (UTC) (edited on 2022-04-19 22:29 (UTC) by mattsturgeon)
I get
Module javafx.base not found
I see that
java-openjfx
is a dependency, so I'm not sure what the problem is.EDIT:
archlinux-java status
prints:lucaswerkmeister commented on 2021-12-05 14:34 (UTC)
Launcher script suggestion: add
exec
to the last line, i.e.exec java --module-path …
– the launcher script doesn’t need to stay around, waiting for Java to exit.sem.z commented on 2021-10-25 07:12 (UTC)
Well, it's not working now. The thing is,
javac -version | sed -e "s,.* ,,"
produces16.0.2
, but there is no/usr/lib/jvm/java-16.0.2-openjdk
folder, it's/usr/lib/jvm/java-16-openjdk
. So i recommend you to use/usr/lib/jvm/default
instead, this is link to default java folder.ROllerozxa commented on 2021-10-24 18:40 (UTC)
Thank you, I've pushed a new package release version with this fix included.
1 2 Next › Last »