Ubuntu x64: Error after run "jmonkeyplatform-linux-x64.sh" script

Hi, yes. for example you can install jMonkey in a jmonkeyplatform folder within your home directory.

I would not recommend redirecting the jdkhome.
If this is a permission issue, I cannot believe that it only affects one single file.

If this is a machine without any private/sensitive data,
I can help you via Teamviewer (Remote Desktop Support).

Write me a PM if you want me to help via Teamviewer.

# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda2 during installation
UUID=da28b617-f8bf-4f46-bfd3-bbdde1fe8fa9 /               ext4    errors=remount-ro 0       1
# /boot was on /dev/sda3 during installation
UUID=55f9e42c-6d58-4ee7-b058-6925a3dea151 /boot           ext4    defaults        0       2
# /home was on /dev/sda1 during installation
UUID=dc85e6c6-62d2-488e-9c3a-37859b8bb4a7 /home           ext4    defaults        0       2
# swap was on /dev/sda4 during installation
UUID=012d28e0-86c6-4ab1-9bb0-1b68d56de407 none            swap    sw              0       0
# Move /tmp to RAM
tmpfs /tmp tmpfs defaults,noexec,nosuid 0 0

Remove the noexec flag and try again

Thanks a lot! It works now! :smile: :slight_smile: :sunny: