08-24-2014, 10:04 AM
Hi,
I have a fedora20 system and have been on the beta program for some time. When trying to start it this morning, it fails to start with the following:
I'm not sure which version of the Azureus.jar I'm using, but it's a very recent one. I believe it's version 53.
How can I troubleshoot this?
This is on Linux, so I've had to update the jar file manually every time. That's been an issue for some time that I haven't had time to report. That is, when azurues downloads a new jar file and prompts you to restart, it doesn't automatically install it after restart and it must be killed and restarted manually after installing the new jar file over the old one.
Thanks for any ideas.
Dave
I have a fedora20 system and have been on the beta program for some time. When trying to start it this morning, it fails to start with the following:
Code:
$ ./azureus
Starting Azureus...
Suitable java version found [java = 1.7.0_65]
Configuring environment...
Java exec found in PATH. Verifying...
Error: Could not find or load main class org.gudy.azureus2.platform.unix.ScriptBeforeStartup
Loading Azureus:
java -Xmx128m -cp "./Azureus2.jar:./swt.jar" -Djava.library.path="/home/dave/apps/vuze" -Dazureus.install.path="/home/dave/apps/vuze" -Dazureus.script="./azureus" -Dazureus.script.version=3 org.gudy.azureus2.ui.swt.Main
Error: Could not find or load main class org.gudy.azureus2.ui.swt.Main
Exit from Azureus complete
Error: Could not find or load main class org.gudy.azureus2.platform.unix.ScriptAfterShutdown
Azureus TERMINATED.
I'm not sure which version of the Azureus.jar I'm using, but it's a very recent one. I believe it's version 53.
How can I troubleshoot this?
This is on Linux, so I've had to update the jar file manually every time. That's been an issue for some time that I haven't had time to report. That is, when azurues downloads a new jar file and prompts you to restart, it doesn't automatically install it after restart and it must be killed and restarted manually after installing the new jar file over the old one.
Thanks for any ideas.
Dave