Posts by Gustavo Balero • 61 points
1 post
-
6
votes1
answer604
viewsQ: Identify JDK version from Java
I am creating an IDE and when the user presses to run the code I do the following: try { File file = new File(arquivoSelecionado.nome); try { FileWriter fw = new FileWriter(file);…