Here's the e-mail I sent...
Hi.
I'm attempting to install and run TubeMaster++ under 32 bit Ubuntu 10.10 but I've hit a snag.
The last part of your instructions are:
"=----- (2) -> Once all System Requirements are installed go to TubeMaster++ folder.
=----- (3) -> Run tm++.jar (You must be ROOT !).
=----- (4) -> If you have any questions, suggestions, or if you find some bugs, please contact me at : ggsofts[at]gmail.com"
Via a step-by-step explanation, how would one run Run tm++.jar and do so as root?
BTW. I'll post your reply in this thread:
How to install and use TubeMaster++ in Linux (like Ubuntu 9.10) to record streaming
http://stream-recorder.com/forum/ins...html#post23384
Thank you.
--------
...And the reply I've just received:
"Hello,
The .sh script was replaced by the JAR archive.
So you can try to run it with "./tm++.jar" or "java -jar tm++.jar" (AS ROOT).
Regards,
GgSofts."
--------
So using the root Terminal I tried this...
Code:
root@ubuntu:/home/p4# cd TubeMaster++
root@ubuntu:/home/p4/TubeMaster++# ./tm++.jar
TubeMaster++ detected operating system : Linux
java.io.FileNotFoundException: null/Errors.log (No such file or directory)
at java.io.FileOutputStream.openAppend(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:207)
at Main.Commun.logError(Commun.java:45)
at Main.MainForm.main(MainForm.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
root@ubuntu:/home/p4/TubeMaster++# java -jar tm++.jar
TubeMaster++ detected operating system : Linux
java.io.FileNotFoundException: null/Errors.log (No such file or directory)
at java.io.FileOutputStream.openAppend(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:207)
at Main.Commun.logError(Commun.java:45)
at Main.MainForm.main(MainForm.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
root@ubuntu:/home/p4/TubeMaster++#
...and It still doesn't work.
EDIT: I just tried to put the following in a new post but this forum won't let me do so.
Code:
p4@ubuntu:~$ sudo ./tm++.jar
sudo: ./tm++.jar: command not found
p4@ubuntu:~$