Building and Using OpenJDK 12 on Ubuntu WSL

Setting Up Ubuntu WSL Installing WSL and Ubuntu To begin, enable Windows Subsystem for Linux through the Windows Control Panel: Navigate to "Control Panel" → "Programs" → "Turn Windows features on or off" Ensure "Windows Subsystem for Linux" is checked After enabling WSL, install Ubuntu from the Micr ...

Posted on Fri, 03 Jul 2026 17:04:55 +0000 by Jaquio

Resolving Common Compilation Errors When Building OpenWrt on WSL

Building OpenWrt inside the Windows Subsystem for Linux frequently triggers environment-specific conflicts due to filesystem semantics and permission mappings. The following procedures resolve three recurring build failures. Resolving Case-Sensitivity Constraints When executing the feed synchronization routine, the build system halts with a pre ...

Posted on Wed, 20 May 2026 06:45:46 +0000 by kee1108