Loading....
1- install eclipse
sudo snap install --classic eclipse
2- java-jdk
sudo apt install default-jre
3- eclipse htdocs as project
Creation Problems Parent of resource: /opt/lampp/htdocs/.project is marked as read-only. /opt/lampp/htdocs/.project (Permission denied)
4- /opt/lampp/etc/httpd.conf file edit your username instead of deamon
User webenfo
Group webenfo
--- find your username by type code below
sudo whoami
5- change ownership of files htdocs
cd /opt/lampp
sudo chown -R webenfo:webenfo htdocs/
6- then create eclipse project you will not get error "Creation Problems Parent of resource:....."
Last Update: 29/07/2022 Posted by: müslüm ÇEN