-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoClassDefFound inside downgraded jar #4
Comments
You might be missing https://maven.wagyourtail.xyz/releases/xyz/wagyourtail/jvmdowngrader/jvmdowngrader-java-api/0.7.1/jvmdowngrader-java-api-0.7.1-downgraded-8.jar or similar at runtime |
Now it compiles. Thanks.. Didn't noticed this in docs.. Anyway thanks. |
Yeah. It's either that or using the shade method in the docs. which is preferable in many cases |
I 've used console comand like:
java -jar jvmdowngrader-0.7.1-all.jar -c 52 downgrade -t vineflower-1.10.1.jar vineflower-1.10.1-down.jar
And after build in prod project with dowgraded jar i see next error in first class (Library enter)
Inside downgraded class I see these imports:
IDE does not see its implementation. Do you think I should add some additional library jar to the project?
The text was updated successfully, but these errors were encountered: