GeneralCore
JCHJava Community | Help. Code. Learn.
•Created by GeneralCore on 1/9/2025 in #java-help
"Java Virtual Machine Launcher -A Java Exception has occured" error in Maven .jar file
When I use "java -jar [file name].jar" using cmd it works, but doucle cliking the .jar file give me an error. I use maven assembly plugin, and netbeans > build with dependencies
11 replies
JCHJava Community | Help. Code. Learn.
•Created by GeneralCore on 7/2/2024 in #java-help
Operation not allowed for a result set of type ResultSet.TYPE_FORWARD_ONLY.
rs.last() is the cause of the problem. I have no problem when I use . But the thing is, I only need to retrieve the last row of the reading column instead of retrieving everything. I also tried putting in
5 replies