TomasGnG 😴
Explore posts from serversJCHJava Community | Help. Code. Learn.
•Created by TomasGnG 😴 on 10/19/2024 in #java-help
SQLite driver not found with OrmLite
21 replies
JCHJava Community | Help. Code. Learn.
•Created by TomasGnG 😴 on 9/22/2024 in #java-help
Download a file with its given name
Normally if you want to download a file through your browser, the browser asks you for the destination path and the name of the file is already given.
Now I want to download a file with that specific filename. How can I do that?
26 replies
JCHJava Community | Help. Code. Learn.
•Created by TomasGnG 😴 on 3/21/2024 in #java-help
SQL Exception when running Minecraft plugin
So I have this sql script
When I use the IntelliJ SQL console and execute it there, everything works fine. But when I try to execute it via
PreparedStatement
then it shows an error in the console..
Error
17 replies