Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
web:eclipse [2025/06/15 16:42] Bernard Condrauweb:eclipse [2025/06/23 14:04] (current) – [Java] Bernard Condrau
Line 15: Line 15:
   - To change the default setting of WSL (WSL1/WSL2) to allow file permissions on mounted Windows drives add the file ''wsl.conf'' with the following content to ''/etc'' in your linux distro:<code>[automount]   - To change the default setting of WSL (WSL1/WSL2) to allow file permissions on mounted Windows drives add the file ''wsl.conf'' with the following content to ''/etc'' in your linux distro:<code>[automount]
 options="metadata"</code> options="metadata"</code>
-  - Stop wsl from the Windows command line:<code>wsl --shutdown</code>+  - Stop wsl from the Windows command line:<code>wsl --shutdown [OR] wsl -t NAME</code> 
 +  - Start wsl from the Windows command line:<code>wsl [OR] wsl --distribution NAME</code> 
 +  - Check wsl instances from the Windows command line:<code>wsl -l -v</code>
  
 ===== LAMP with Xdebug ===== ===== LAMP with Xdebug =====
Line 21: Line 23:
  
 ===== Eclipse IDE ===== ===== Eclipse IDE =====
 +
 +==== PHP ====
 +  * Make sure ''display_errors'' is set to ON in apache's php.ini file and not overridden in the apache VirtualHost file 
  
 ==== Java ==== ==== Java ====