Is it possible to embed a JAR inside a Java GUI? I want to make a client wrapper for Minecraft, which uses Java. I want to load it in at runtime.
Printable View
Is it possible to embed a JAR inside a Java GUI? I want to make a client wrapper for Minecraft, which uses Java. I want to load it in at runtime.
Check out java.lang.Runtime and java.lang.Process classes.
Do you know exactly how minecraft works? HINT: %appdata% || /home/$USER/.minecraft
I'm too lazy to look it up myself, but you better make sure that what you're trying to do is actually legal before you do it.