View Single Post
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#32
Originally Posted by Arthuro_Adam View Post
I tried with an N9, but it doesn't work for me.

I copied the files to the root directory (/phoneme) then I tried to launch opera.sh but permission denied.

What did I wrong?
Did the unpacking succeed? Does the opera.sh script have
execute permissions? Perhaps you unpacked the tgz archive with
a tool that does not preserve execute permissions? Try the
following command in /phoneme:

chmod a+x opera.sh
chmod a+x test.sh
...

do this for all scripts

Also set the execute permission for the cvm binary:
chmod a+x bin/cvm

You can try to run a console application:
bin/cvm -cp testclasses.zip Test

or

./test.sh

I hope this helps.

Davy
 

The Following User Says Thank You to DavyP For This Useful Post: