Hi! This post has to do with starting Fudaa from the command line terminal of a Linux-based machine.
I am using Fudaa-Prepro-1.3.0RC8.jar, the latest available version.
Invoking this file directly as
$./Fudaa-Prepro-1.3.0RC8.jar
leads to a hanging start-up window.
In the bash script file supervisor.sh made available with a previous version (fudaa-prepro-1.2.0), the application was successfully started with the command
java -Xmx512m -Xms64m -cp "$PWD/fudaa-prepro-1.3.0RC8.jar" org.fudaa.fudaa.tr.TrSupervisor $1 $2 $3 $4 $5 $6 $7 $8 $9
However this way doesn't work by simply updating the jar file name.
The (abridged) conclusion of the error message is
Exception in thread "main" java.lang.NoClassDefFoundError: org/fudaa/fudaa/tr/TrSupervisor
...
Could not find the main class: org.fudaa.fudaa.tr.TrSupervisor. Program will exit.
So the second argument to the java invocation is outdated.
How can I start Fudaa 1.3.0RC8 from a command line terminal? Did you spot flaws in my doing? Tips?
Thanks in advance for considering this.
Giordano Lipari