Rash-in / StarParseLinux

Instructions on installing StarParse on Linux machines using Wine
13 stars 1 forks source link

Linux native Java (?), command-line friendly #1

Closed EeVee0 closed 2 years ago

EeVee0 commented 2 years ago

First, OH THANK YOU GREAT CHAMPION!!

Not really an issue, though offers another way to do it.

Part 2: install different Java

$ sudo -i
# mkdir /opt/java
# cd /opt/java
# mv /home/user/Downloads/jre* .
# tar zxvf jre...

Part 4: less angry

$ cd ~/.StarParse/app
$ /opt/java/jre1.8.0.311/bin/java -jar starparse-launcher.jar

Updates (green text), then expected error "Launching client: Failed" (red text).

Part 5: launching

Shell script:

$ cat starparse1.sh
#!/bin/bash

cd "/home/$USER/.StarParse/dosdevices/c:/users/user/Local Settings/Application Data/StarParse/app/client/app"
/opt/java/jre1.8.0_311/bin/java -jar starparse-client.jar
Rash-in commented 2 years ago

Thanks for the info. I am totally trying this tomorrow and see how it goes. I think I gave up way to early with native java. or was looking too hard inside the app to figure it out.

Rash-in commented 2 years ago

Moved in all the changes :D. confirmed that it works splendidly with 7.0......so far.lol.