Problems with hamsphere

Asked by Stephen COnjulusa

I am a HAM radio op. I am trying to download the Hamsphere Java app. I can download the app and i have java icetea installed. but i can't get the program to load. the hamsphere site said not to to unpack the .jar file. when i do run it it comes back that the file is not marked as exicuetable. can you help. the file is located at Hamsphere.com

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

chmod +x file.jar

replace file.jar with the ACTUAL filename you have.

Revision history for this message
Stephen COnjulusa (hackerdefined) said :
#2

When i do as stated i get this reply
"h4ck3rd3f1ned@h4ck3rd3f1ned-laptop:~$ chmod +x hamsphere_2.0.19_for_linux_and_mac.jar
chmod: cannot access `hamsphere_2.0.19_for_linux_and_mac.jar': No such file or directory"

the directory is there and the file is complete.

any further suport would help

--- On Mon, 8/9/10, actionparsnip <email address hidden> wrote:

From: actionparsnip <email address hidden>
Subject: Re: [Question #120502]: Problems with hamsphere
To: <email address hidden>
Date: Monday, August 9, 2010, 6:19 PM

Your question #120502 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/120502

    Status: Open => Answered

actionparsnip proposed the following answer:
chmod +x file.jar

replace file.jar with the ACTUAL filename you have.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/120502/+confirm?answer_id=0

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/120502

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

Thats because the file isn't in your home directory, it's more than likely on the desktop where strange people like to store data. In this case you will need to use:

cd ~/Desktop

Then the command, note the D is CAPITALIZED as linux is massvely case sensitive, if the file is not on the desktop then ammend the above command to get the pwd (present working directory) to be the one containing the file. You can check by running:

ls

(pronounced 'ell-ess')

This will list the files in the pwd, if you see the file you are good to go, also the filename you use in the chmod command will need to acommodate and capitalized letts and spaces, use TAB key to autocomplete filenames to makes life easier.

Revision history for this message
Stephen COnjulusa (hackerdefined) said :
#4

Thank you. That took care of the issue. Hamsphere is up and running