HI,
I have successfulling installed DietPi and it is autobooting to a Desktop.
I am now trying to install TunerStudio.
I am following this guide, which is based on Raspbian, but trying to make amendments for DietPi:
TunerStudio Guide
I have dowloaded DietPi and have extracted it to home/dietpi. In this directory there is now a folder called TunerStudioMS.
I have followed the guide at step 3 to create a link to start TunerStudio:
Create link to start TunerStudio:
a. Open termnial and type: "ln -s /home/pi/TunerStudioMS/TunerStudio.sh /usr/local/bin"
b. Once complete in terminal type: type: "bash /usr/local/bin/TunerStudio.sh"
I have changed to lines to reflect the fact that this is on DietPi and not Raspbian to:
ln -s /home/dietpi/TunerStudioMS /usr/local/bin
Now if I type:
bash /usr/local/bin/TunerStudio.sh
It fails with a No such file or directory error.
On checking in usr/local/bin I have a folder called TunerStudioMS with TunerStduio.sh inside so I expanded the bash script to:
bash /usr/local/bin/TunerStudioMS/TunderStudio.sh
TunerStudio does not start and I recieve a load of at java.desktop errors in terminal, the last being:
at TunerStudio.main(Unknown Source)
Looking at the guide it mentions that you may need to install Java, so I ran sudo dietpi-software and searched for Java.
This brings up 5 selections, of which two appear to be matches:
8 - Java JDK: OpenJDK Development Kit
196 - Java JRE: OpenJDK Runtime Environment
Looking at the guide for clues I installed the second Java JRE: OpenJDK Runtime enviroment
However I wtill get the same Java errors when trying to run TunerStudio.
Any help getting TunerSTudio running would be great.
Thanks