" could not be opened: not a file
Created attachment 92895 [details, diff] azureus-file-not-found-fix Now, when you open azureus you might get an error: Code: " could not be opened: not a file the last line, if you get the error, should be: Code: java -cp $(java-config -p systray4j,azureus-bin 2>/dev/null) -Djava.library.path="${AZDIR}" org.gudy.azureus2.ui.swt.Main "$1" change it to this: Code: if [ "$1" == "" ]; then java -cp $(java-config -p systray4j,azureus-bin 2>/dev/null) -Djava.library.path="${AZDIR}" org.gudy.azureus2.ui.swt.Main else java -cp $(java-config -p systray4j,azureus-bin 2>/dev/null) -Djava.library.path="${AZDIR}" org.gudy.azureus2.ui.swt.Main "$1" fi
*** This bug has been marked as a duplicate of 126822 ***