I wonder if setting permission only to jmonkeyplatform on bin wouldn’t done it.
I alwasy use nighty, since Alpha 2. But, with time my skills hasn’t improved, so everytime I launch jME, I need to start anew. Hopefully things will turn out better this time.
Just a heads up if anyone stumbles upon this old thread.
The jmonkeyplatform, .jmonkeyplatform and .jmonkeyplatform-installer folders are at /home/<user_name>/ . This is the default target of the jME installer.
And among these three folders, two of them, .jmonkeyplatform and .jmonkeyplatform-installer, are hidden by default. To see them in the file manager(nautilus in ubuntu) you’ll have to press Ctrl + h(unhide hidden files).
And if any of the chmod command results in following error, chmod: changing permissions of ‘.jmonkeyplatform/3.0/xyz’: Operation not permitted
Try using sudo. For example chmod -R 777 .jmonkeyplatform would be sudo chmod -R 777 .jmonkeyplatform