Changes

From Amahi Wiki
Jump to: navigation, search
38 bytes removed ,  02:47, 3 March 2014
Extract swt.jar from the x86_64 file and rename it as swt-64.jar, and extract swt.jar from the second file. I saved them both to the home directory. (You can do this from terminal from the directory in which you saved the .zip files):
{{Code| unzip -e swt-4.3-gtk-linux-x86_64.zip swt.jar -d ~ mv ~/swt.jar ~/swt-64.jar unzip -e swt-4.3-gtk-linux-x86.zip swt.jar -d ~}}
Then you need to copy these to the CrashPlan library. On my HDA CrashPlan was installed to /var/hda/web-apps/crashplan/html. If your installation is different you will need to replace the commands below this your directory.
Stop the crashplan server
{{Code| sudo systemctl stop crashplan.service}}
Back up the old files and copy in the new ones (change the directory path to your own if it is different and remember to put the /lib at the end):
{{Code| cd /var/hda/web-apps/crashplan/html/lib mv swt.jar swt.jar.old mv swt-64.jar swt-64.jar.old mv ~/swt.jar swt.jar mv ~/swt-64.jar swt-64.jar}}
Restart the crashplan server{{Code|sudo systemctl start crashplan.service}}
Should be working now.
12,424

edits