Friday, January 22, 2021

linux mint install jdk 15

 I have been using linux mint 20.1 and I needed to install java 15 but when I search I could not find proper commands, here they are


 

adoptopenjdk is openjdk delivery system, details in case for different linux versions redhat or opensuse check

C# scan cs file and find variables values and names

using Microsoft . CodeAnalysis ; using Microsoft . CodeAnalysis . CSharp ; using Microsoft . CodeAnalysis . CSharp . Syntax ; using Xunit . ...