Hi all,
I ve seen a few times JAR must have the user rights RWX on GNU/LINUX. If
not, the JVM doesnt seems to recognize it.
Is it true ?
How bypass this problem without do a chmod 777 anytime ?
Thanks in advance
Alexandre
Daniel Dyer - 17 Jun 2005 16:32 GMT
> Hi all,
> I ve seen a few times JAR must have the user rights RWX on GNU/LINUX. If
[quoted text clipped - 4 lines]
> Thanks in advance
> Alexandre
They should work even if they are read-only. The default 644 permissions
are more than sufficient.
Dan.

Signature
Daniel Dyer
http://www.footballpredictions.net
Aquila Deus - 17 Jun 2005 18:55 GMT
> Hi all,
> I ve seen a few times JAR must have the user rights RWX on GNU/LINUX. If
> not, the JVM doesnt seems to recognize it.
> Is it true ?
> How bypass this problem without do a chmod 777 anytime ?
not for Sun's. If it's true then the JVM must be broken.
Owen Jacobson - 18 Jun 2005 07:40 GMT
> Hi all,
> I ve seen a few times JAR must have the user rights RWX on GNU/LINUX. If
> not, the JVM doesnt seems to recognize it. Is it true ?
> How bypass this problem without do a chmod 777 anytime ?
You misspelled 755 (rwxr-xr-x). 777 (rwxrwxrwx) is never, ever, ever a
good idea.