The Eclipse IDE Integrated Development Environment is open source and provides an excellent environment to develop web applications. I migrated the LAMP server from XAMPP to WSL (Windows Subsystem for Linux) with the arrival of Windows 10. See here for XAMPP related instructions.
Application | Version |
---|---|
Eclipse for PHP Developers | 2024-03 |
OS | Debian 12.5 |
Apache | 2.4.59 |
PHP | 8.3.7 |
MariaDB | 10.11.61 |
wsl.conf
with the following content to /etc
in your linux distro:[automount] options="metadata"
wsl --shutdown [OR] wsl -t NAME
wsl [OR] wsl --distribution NAME
wsl -l -v
display_errors
is set to ON in apache's php.ini file and not overridden in the apache VirtualHost file Eclipse requires Java to run, so install this first.
Install the TypeScript IDE for Eclipse.