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...
精彩评论