can't install downloads ie. plcash.jar

Asked by Tom Records

I tried to install PLCash. It will not install. I've tried all the suggested ideas given by FAQ and nothing helps.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Tom Records
Solved:
Last query:
Last reply:
Revision history for this message
danilo (danilo-elart) said :
#1

Please tell, have you already installed Java...?

Thank you

Revision history for this message
Tom Records (trecords) said :
#2

I downloaded Java but I don't know it installed as I can't find it anywhere in my computer.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

How to install Java

To install sun-java6
Be sure all software sources are selected under menu: System->Administration->Software source: Ubuntu software

Then open a Terminal from the menu Applications->Accessories->Terminal and type:

sudo aptitude update
sudo apt-get upgrade
sudo aptitude install sun-java6-jre sun-java6-plugin sun-java6-bin

give your user password when requested, you don't see nothing when you type it, then press enter.

and then select this as your default java jre with

sudo update-java-alternatives

Hope this helps

Revision history for this message
Tom Records (trecords) said :
#4

This solved my java problem not sure about plcash.

Revision history for this message
Tom Records (trecords) said :
#5

My problem has been solved THANK YOU VERRRRRRY MUUUUCH!

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#6

For all the other reader...

Reading the http://www.arachnoid.com/PLCash/

....
From a command shell, move to the program directory and type "java -jar PLCash.jar". This command can easily be made the contents of a shell script.
....

So please try

Open a Terminal from the menu Applications->Accessories->Terminal and type:

cd where you have downloaded the jar file

and then type

java -jar PLCash.jar

Hope this helps