Good guys, I'm new to this community and I hope to be able to communicate nicely, well, I come here to present you my problem is that my application is finished and I want to build it, but here there is a problem that does not allow me:
An input/output error occurred.:
Consult the following stack trace for details.
java.nio.charset.MalformedInputException: Input length = 1
at java.base/java.nio.charset.CoderResult.throwException(CoderR esult.java:274)
at java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.ja va:339)
at java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:1 78)
at java.base/java.io.InputStreamReader.read(InputStreamReader.j ava:181)
at java.base/java.io.BufferedReader.fill(BufferedReader.java:16 1)
at java.base/java.io.BufferedReader.read(BufferedReader.java:18 2)
at jdk.compiler/com.sun.tools.javac.main.CommandLine$Tokenizer.<in it>(CommandLine.java:143)
at jdk.compiler/com.sun.tools.javac.main.CommandLine.loadCmdFile(C ommandLine.java:129)
at jdk.compiler/com.sun.tools.javac.main.CommandLine.appendParsedC ommandArgs(CommandLine.java:71)
at jdk.compiler/com.sun.tools.javac.main.CommandLine.parse(Command Line.java:102)
at jdk.compiler/com.sun.tools.javac.main.CommandLine.parse(Command Line.java:123)
at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:21 5)
at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:17 0)
at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)
at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)
BUILD FAILED (total time: 2 seconds)
I do not understand why this is, if you could help me.