How to compile with external jars? #100
Replies: 2 comments 1 reply
-
|
i am trying to get forge 1.5.2 to decompile but the error gives me a missing library even when i put the forge libraries next to the game's ones, idk where to put those either |
Beta Was this translation helpful? Give feedback.
-
|
The approach here depends on whether or not the library is needed to be reobfuscated or bundled with your game JAR. If the library needs to be bundled with your JAR and reobfuscated, you can follow the advice I gave above with Forge. If the library does not need to be bundled or reobfuscated, use the "Java compiler arguments" option to add new JARs to the compile classpath via |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I know there is a wiki on adding libraries but that was edited in 2022 and it probably changed. So, I wanna know how to compile with external jars. I cannot seem to find the
libfolder. Sorry, if you find this question stupid.Beta Was this translation helpful? Give feedback.
All reactions