You are not logged in.

#1 2020-04-24 19:46:36

Mabbdoom
Member
Registered: 2020-04-24
Posts: 4

[SOLVED] I need help with javafx

So im trying to install some minecraft pvp client called Hyperium, and it requires javafx, the problem is i dont know how to run it with javafx, i installed java-openfx over pamac menager, but i dont know how to run installation for hyperium with javafx.

Last edited by Mabbdoom (2020-04-25 15:05:55)

Offline

#2 2020-04-24 19:52:57

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] I need help with javafx

Did you try using the AUR package?
https://aur.archlinux.org/packages/hyperium-installer


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2020-04-25 13:23:14

Mabbdoom
Member
Registered: 2020-04-24
Posts: 4

Re: [SOLVED] I need help with javafx

I did it, so i tried to install the AUR package but nothing happend, so i was like alright well it must have done smth, so i wen into dolphin (my file menager) went to location / and searched hyperium, after 4-5 sec it found 4 files in golder /opt/hyperium-installer/ the files were lib folder, hyperium-installer-1.0-all.jar, hyperium-installer.jar and hyperium-installer.sh. So i dont know a lot about linux but i know that .sh file is like some kind of executable for console on linux, so i went to edit it with kate the command i saw was #!/bin/sh
/usr/lib/jvm/java-8-openjdk/jre/bin/java -jar /opt/hyperium-installer/hyperium-installer-1.0-all.jar "$@", so i tought i could change the last part to lates hyperium installer, the one i downloaded from their website, command looked like this #!/bin/sh
/usr/lib/jvm/java-8-openjdk/jre/bin/java -jar /home/user/Downloads/Hyperium Universal Installer.jar "$@"
but it failed, and u already know why, spaces cant work in console, then i renamed Hyperium Universal Installer.jar to 123.jar, and again changed text of the  .sh file, #!/bin/sh
/usr/lib/jvm/java-8-openjdk/jre/bin/java -jar /home/user/Downloads/123.jar "$@" i saved the file and lauched it again with my console, and it worked, the installation was completly the same as if i was on windows, after i installed it i went in to minecraft and hyperium was indeed there.
Thank you alot for ur help.

Offline

#4 2020-04-25 13:33:27

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,519
Website

Re: [SOLVED] I need help with javafx

From the very end of that post, it sounds like you may have found a solution.  If that's the case, please mark your thread as [SOLVED] as described here.

If that's not the case - or just for future reference - you will want to see the other bullet points in the above-linked list.

Personally I can't make heads or tails of anything in your last post, except that the very last several words sound like you may have found a soloution.

Please attempt to use complete sentences with punctuation.  Do not use leetspeak or textspeak short hand.  Use code tags around contents of files and or commands.  Feel free to use paragraph breaks.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

Board footer

Powered by FluxBB