thanks for trying so hard. I was just trying again to reproduce it.
I have to be in the TSDash folder and call java.
But when I do that then java can’t find any files.
It can find the TSDash.jar when I am calling it out of the java folder, but then looks for TSDash.properties where I am calling it from.
I need to be in the TSDash folder and get java to open TSDash.jar
how do I do that?
when I am in the TSDash folder then it can’t find any files.
but when I am in the java folder then it can find the TSDash.jar but will be looking for the TSDash.properties in the java folder …
executing out of the java folder: It is looking for the TSDash.properties inside the java folcer
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# java -jar /home/tsdash/TSDash/TSDash.jar
Jar Name:TSDash.jar
ERROR loading TSDash.properties
java.io.FileNotFoundException: TSDash.properties (No such file or directory)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(Unknown Source)
at java.base/java.io.FileInputStream.<init>(Unknown Source)
at java.base/java.io.FileInputStream.<init>(Unknown Source)
at p.a.c(Unknown Source)
at p.a.d(Unknown Source)
at p.a.c(Unknown Source)
at p.a.c(Unknown Source)
at p.a.a(Unknown Source)
at p.a.f(Unknown Source)
at p.a.h(Unknown Source)
at p.a.c(Unknown Source)
at p.a.c(Unknown Source)
at p.a.a(Unknown Source)
at p.a.t(Unknown Source)
at p.a.d(Unknown Source)
at p.a.c(Unknown Source)
at p.a.c(Unknown Source)
at p.a.a(Unknown Source)
at ecuhubdash.EcuHubDash.main(Unknown Source)
Looking in: /usr/lib/jvm/temurin-8-jre-arm64/bin/.
Registration file not found.
19/09/2025, 19:06:51 :Debug: Unable to load user properties, looking in:
/usr/lib/jvm/temurin-8-jre-arm64/bin/.
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin#
We are almost there. Why can it not find the TSDash.jar when I am inside the TSDash folder?
root@DietPi:/home/tsdash/TSDash# java -jar /home/tsdash/TSDash/TSDash.jar
Jar Name:TSDash.jar
Registration file not found.
19/09/2025, 19:10:04 :Debug: Unable to load user properties, looking in:
/home/tsdash/TSDash/.
root@DietPi:/home/tsdash/TSDash# java -jar TSDash.jar
Jar Name:TSDash.jar
Registration file not found.
19/09/2025, 19:10:22 :Debug: Unable to load user properties, looking in:
/home/tsdash/TSDash/.
root@DietPi:/home/tsdash/TSDash# /usr/lib/jvm/temurin-8-jre-arm64/bin/java -jar TSDash.jar
Jar Name:TSDash.jar
Registration file not found.
19/09/25 19:11:26 :Debug: Unable to load user properties, looking in:
/home/tsdash/TSDash/.
root@DietPi:/home/tsdash/TSDash# /usr/lib/jvm/temurin-8-jre-arm64/bin/java -jar /home/tsdash/TSDash/TSDash.jar
Jar Name:TSDash.jar
Registration file not found.
19/09/25 19:12:15 :Debug: Unable to load user properties, looking in:
/home/tsdash/TSDash/.
root@DietPi:/home/tsdash/TSDash#
changing the java version:
root@DietPi:/home/tsdash/TSDash# java -version
openjdk version "21.0.8" 2025-07-15 LTS
OpenJDK Runtime Environment Temurin-21.0.8+9 (build 21.0.8+9-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.8+9 (build 21.0.8+9-LTS, mixed mode, sharing)
root@DietPi:/home/tsdash/TSDash# sudo update-alternatives --config java
There are 3 choices for the alternative java (providing /usr/bin/java).
Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/lib/jvm/temurin-21-jre-arm64/bin/java 2112 auto mode
1 /usr/lib/jvm/temurin-11-jre-arm64/bin/java 1112 manual mode
2 /usr/lib/jvm/temurin-21-jre-arm64/bin/java 2112 manual mode
3 /usr/lib/jvm/temurin-8-jre-arm64/bin/java 1082 manual mode
Press <enter> to keep the current choice[*], or type selection number: 3
update-alternatives: using /usr/lib/jvm/temurin-8-jre-arm64/bin/java to provide /usr/bin/java (java) in manual mode
root@DietPi:/home/tsdash/TSDash# java -version
openjdk version "1.8.0_462"
OpenJDK Runtime Environment (Temurin)(build 1.8.0_462-b08)
OpenJDK 64-Bit Server VM (Temurin)(build 25.462-b08, mixed mode)
root@DietPi:/home/tsdash/TSDash#
copied TSDash.properties to the location where it will be looking for it:
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# /usr/lib/jvm/temurin-8-jre-arm64/bin/java -jar /ho me/tsdash/TSDash/TSDash.jar
Jar Name:TSDash.jar
Registration file not found.
19/09/25 19:35:05 :Debug: Unable to load user properties, looking in:
/usr/lib/jvm/temurin-8-jre-arm64/bin/.
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# ls
java keytool pack200 rmid servertool TSDash.properties
jjs orbd policytool rmiregistry tnameserv unpack200
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# rm TSDash.properties
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# ls
java jjs keytool orbd pack200 policytool rmid rmiregistry servertool tnameserv unpack200
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# /usr/lib/jvm/temurin-8-jre-arm64/bin/java -jar /ho me/tsdash/TSDash/TSDash.jar
Jar Name:TSDash.jar
ERROR loading TSDash.properties
java.io.FileNotFoundException: TSDash.properties (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:93)
at p.a.c(Unknown Source)
at p.a.d(Unknown Source)
at p.a.c(Unknown Source)
at p.a.c(Unknown Source)
at p.a.a(Unknown Source)
at p.a.f(Unknown Source)
at p.a.h(Unknown Source)
at p.a.c(Unknown Source)
at p.a.c(Unknown Source)
at p.a.a(Unknown Source)
at p.a.t(Unknown Source)
at p.a.d(Unknown Source)
at p.a.c(Unknown Source)
at p.a.c(Unknown Source)
at p.a.a(Unknown Source)
at ecuhubdash.EcuHubDash.main(Unknown Source)
Looking in: /usr/lib/jvm/temurin-8-jre-arm64/bin/.
Registration file not found.
19/09/25 19:35:43 :Debug: Unable to load user properties, looking in:
/usr/lib/jvm/temurin-8-jre-arm64/bin/.
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin#
I will try to extract the TSDash files into the java folder …
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# ls
java keytool pack200 rmid servertool TSDash unpack200
jjs orbd policytool rmiregistry tnameserv TSDash_v0.9.09.02_Beta.tar.gz
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# cd TSDash
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin/TSDash# ls
config inc Projects Staging.class tsdash.png TSDash.sh
Dash lib README.txt TSDash.jar TSDash.properties web
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin/TSDash# cp *.* /usr/lib/jvm/temurin-8-jre-arm64/bin
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin/TSDash# cd ..
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# ls
java pack200 rmiregistry TSDash TSDash.sh
jjs policytool servertool TSDash.jar TSDash_v0.9.09.02_Beta.tar.gz
keytool README.txt Staging.class tsdash.png unpack200
orbd rmid tnameserv TSDash.properties
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin#
it’s a mess:
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# ls
java orb.db rmid tnameserv TSDash.properties
jjs pack200 rmiregistry TSDash TSDash.sh
keytool policytool servertool TSDash.jar TSDash_v0.9.09.02_Beta.tar.gz
orbd README.txt Staging.class tsdash.png unpack200
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# java -jar TSDash.jar
Jar Name:TSDash.jar
Registration file not found.
19/09/2025, 19:48:02 :Debug: Unable to load user properties, looking in:
/usr/lib/jvm/temurin-8-jre-arm64/bin/.
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# /usr/lib/jvm/temurin-21-jre-arm64/bin/java -jar /usr/lib/jvm/temurin-8-jre-arm64/bin/TSDash.jar
Jar Name:TSDash.jar
Registration file not found.
19/09/2025, 19:49:13 :Debug: Unable to load user properties, looking in:
/usr/lib/jvm/temurin-8-jre-arm64/bin/.
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# /usr/lib/jvm/temurin-8-jre-arm64/bin/java -jar /usr/lib/jvm/temurin-8-jre-arm64/bin/TSDash.jar
Jar Name:TSDash.jar
Registration file not found.
19/09/25 19:49:31 :Debug: Unable to load user properties, looking in:
/usr/lib/jvm/temurin-8-jre-arm64/bin/.
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin#
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# ./TSDash.sh
Jar Name:TSDash.jar
Registration file not found.
19/09/2025, 19:52:14 :Debug: Unable to load user properties, looking in:
/usr/lib/jvm/temurin-8-jre-arm64/bin/.
now with tunerstudio installed:
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin/TunerStudioMS# /usr/lib/jvm/temurin-21-jre-arm64/bin/java -jar TunerStudioMS.jar
Jar Name:TunerStudioMS.jar
19/09/2025, 20:13:10 :Info: gupam
Registration file not found.
19/09/2025, 20:13:10 :Debug: Unable to load user properties, looking in:
/usr/lib/jvm/temurin-8-jre-arm64/bin/TunerStudioMS/.
19/09/2025, 20:13:10 :Debug: hid: 653.92053
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin/TunerStudioMS# /usr/lib/jvm/temurin-21-jre-arm64/bin/java -jar TunerStudioMS.jar
Jar Name:TunerStudioMS.jar
19/09/2025, 20:13:38 :Info: gupam
Registration file not found.
19/09/2025, 20:13:39 :Debug: hid: 484.9717
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin/TunerStudioMS# ls
config help License.rtf plugins Staging.class TunerStudio.properties
content inc License.txt Projects TSicon.ico TunerStudio.sh
Dash lib LogViewer.properties README.TXT TunerStudioMS.jar TuneView
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin/TunerStudioMS# cp *.* /usr/lib/jvm/temurin-8-jre-arm64/bin/
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin/TunerStudioMS# cd ..
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# ls
java pack200 tnameserv TunerStudioMS
jjs policytool TSDash TunerStudioMS.jar
keytool README.txt TSDash.jar TunerStudioMS_v3.3.00.tar.gz
License.rtf README.TXT tsdash.png TunerStudio.properties
License.txt rmid TSDash.properties TunerStudio.sh
LogViewer.properties rmiregistry TSDash.sh unpack200
orbd servertool TSDash_v0.9.09.02_Beta.tar.gz
orb.db Staging.class TSicon.ico
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# /usr/lib/jvm/temurin-21-jre-arm64/bin/java -jar TunerStudioMS.jar
Jar Name:TunerStudioMS.jar
19/09/2025, 20:14:43 :Info: gupam
Registration file not found.
19/09/2025, 20:14:44 :Debug: hid: 517.5082
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin#
well it seem to be missing a registration file, possibly this is the paid version only?
root@DietPi:/usr/lib/jvm/temurin-8-jre-arm64/bin# /usr/lib/jvm/temurin-21-jre-arm64/bin/java -jar TunerStudioMS.jar
Jar Name:TunerStudioMS.jar
19/09/2025, 20:14:43 :Info: gupam
Registration file not found.
19/09/2025, 20:14:44 :Debug: hid: 517.5082