Java problem

Questions about Wine on Linux
Locked
geogre1981
Newbie
Newbie
Posts: 2
Joined: Tue Jan 09, 2018 5:37 pm

Java problem

Post by geogre1981 »

I am trying to run Battlescribe and I get the following message
"This application need Java Runtime environment 1.8.0"

I cannot make it work even though I found how to install java jre

Can some one help please?
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Java problem

Post by Bob Wya »

geogre1981 wrote:I am trying to run Battlescribe and I get the following message
"This application need Java Runtime environment 1.8.0"

I cannot make it work even though I found how to install java jre

Can some one help please?
Java is the dream (cough, cough)... It's designed to be Cross Platform. :shock:

Just download the Any operating system (zip) ...

Then use the supplied shell scripts to run the Java jar files, eg.:

Code: Select all

mkdir ~/BattleScribe
cd ~/BattleScribe
unzip ~/Downloads/BattleScribe_2.01.09_Multi.zip
chmod +x *.sh
./RosterEditor.sh
You don't need to bother with Wine for this one. 8)

Bob
geogre1981
Newbie
Newbie
Posts: 2
Joined: Tue Jan 09, 2018 5:37 pm

Re: Java problem

Post by geogre1981 »

Thanks a lot Bob Wya
Locked