-
Notifications
You must be signed in to change notification settings - Fork 65
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
i dont understeand #208
Comments
Firstly read java docs. java.lang.NoClassDefFoundError that exception says: Can't find classes loaded in/on plugin/server |
in order not to import the SmartInvs plugin externally I imported the jar in the pom.xml in this way. what else should i do?
|
have you already tried it with the plugin in the plugins folder of the server? |
If you use Intellij, go to Project Structure -> Artifacts -> Available Elements -> Right Click -> Extract Into Output Root That will solve your problem :) |
i do this in main class in onenable
this in gui class
but give me this error
The text was updated successfully, but these errors were encountered: