DEV Community

Discussion on: Configure Flutter development environment on Manjaro/Arch linux.

Collapse
 
2kabhishek profile image
Abhishek Keshri

on arch linux you have a simpler tool for managing the java version: archlinux-java

to sert the default java version, you can just use:

sudo archlinux-java set java-8-openjdk/jre   
Enter fullscreen mode Exit fullscreen mode

Great post btw, kudos!