开发者

Cannot add a glassfish server in eclipse!

开发者 https://www.devze.com 2023-01-01 21:46 出处:网络
After many efforts, i did installing of java_ee on my system. I\'m using eclipse Galileo. After i try to add a new server, I choose the location for glassfish, click next and it gives me:

After many efforts, i did installing of java_ee on my system. I'm using eclipse Galileo. After i try to add a new server, I choose the location for glassfish, click next and it gives me:

home/banco/开发者_如何学Cglassfishv3/glassfish/domains/domain1 is not writable

Since the glassfish is situated in Home folder, i can't understand the reason for this error


Because it is placed in your home directory, it doesn't give you automaticly write permission to files.

Have you checked the folder permissions with ls -l ?

ls -l home/banco/glassfishv3/glassfish/domains/domain1

Sometimes I decompress archives as the wrong user in my home directory and have similiar errors...

0

精彩评论

暂无评论...
验证码 换一张
取 消