cvs0
cvs0
Explore posts from servers
JCHJava Community | Help. Code. Learn.
Created by cvs0 on 3/28/2025 in #java-help
Streaming jar in
Hey! so my minecraft mod has a loader as its a private mod. it recieves the b64 buffer of the jar file, then starts loading the classes. the thing is though it has errors for the minecraft classes, like: Caused by: java.lang.ClassNotFoundException: net.minecraft.class_2382 Any help would be appreciated!
24 replies
PPrisma
Created by cvs0 on 12/21/2024 in #help-and-questions
My items dont update on deletion.
This isnt a bug, its just bad coding on my side. page.tsx fetches the data from prisma serverside, then passes it through components such as VaultPage, and i just noticed when you DELETE items using the buttons in these client side components it does not revalidate the data until a reload. https://github.com/LockScript/Lockscript-Vault
4 replies
DDeno
Created by cvs0 on 12/13/2023 in #help
Cannot use deno prompt when in windows CMD
It only works in the VSCode integrated terminal? I have added some output around the run command, but when i do run <filename>.cvs it doesnt even reach any of the outputs.
87 replies