Bitcoin Forum

Other => MultiBit => Topic started by: not_sure_105 on July 17, 2013, 12:26:13 PM



Title: Help Installing Multibit in Ubuntu
Post by: not_sure_105 on July 17, 2013, 12:26:13 PM
I followed the linux instructions to install multibit per the help section (https://multibit.org/help.html), but I got an error with this command:  "chmod +x multibit-0.5.12-linux.jar".

I had no problems installing java.



Title: Re: Help Installing Multibit in Ubuntu
Post by: jim618 on July 17, 2013, 01:59:58 PM
What was the error ?

If you try:
java -jar multibit-0.5.12-linux.jar

What happens?


Title: Re: Help Installing Multibit in Ubuntu
Post by: not_sure_105 on July 17, 2013, 09:41:31 PM
When I try the command "chmod +x multibit-0.5.12-linux.jar" it says:
"Cannot acces 'multibit-0-5-12-linux.jar' no such file or directory"

When I try "java -jar multibit-0.5.12-linux.jar" it says:
"Error: unable to access jar file multibit-0-5-12-linux.jar"

This is after downloading java from www.java.com and installing.

FYI I'm using Ubuntu v12.10 (32-bit)


Title: Re: Help Installing Multibit in Ubuntu
Post by: jim618 on July 18, 2013, 05:11:35 AM
Check the name of the file you have downloaded.
Check especially where you are using dots and hyphens.


Title: Re: Help Installing Multibit in Ubuntu
Post by: not_sure_105 on July 19, 2013, 12:51:43 AM
Did all that.  I copied and pasted the command straight off the website and looked it over.  I even tried switching out some hyphens, dots and spaces just for the hell of it.  I have no clue.


Title: Re: Help Installing Multibit in Ubuntu
Post by: Lavender on November 18, 2013, 12:06:42 AM
I have this exact same problem.

1) Clean install of Ubuntu 12.04.3

2) Reboot

3) Update Manager - install updates

4) Reboot

5) java -jar multibit-exe.jar

6) Successful

7) chmod +x multibit-0.5.14-linux.jar

8) Cannot access __ no such file or directory

https://i.imgur.com/lYGH07T.png (http://imgur.com/lYGH07T)


Title: Re: Help Installing Multibit in Ubuntu
Post by: paultramarine on January 29, 2014, 08:16:17 AM
You need to move into the folder that contains the multibit file, ie downloads folder, before calling commands of the file.

try "cd Downlands/"
only then enter the chmod command


Title: Re: Help Installing Multibit in Ubuntu
Post by: Mike Hearn on January 29, 2014, 12:10:56 PM
I'm not sure the chmod part is even needed, but yes, the issue is that you're in the wrong directory.

Does Ubuntu not associate JAR files with Java by default? That seems poor.