NoClassDefFoundError
Answered
Hi all,
I add a directory with jar files, when I start I get an error
Connected to the target VM, address: '127.0.0.1:55048', transport: 'socket'
Error: Could not find or load main class omicron.ImportContractFromOmicron
Caused by: java.lang.NoClassDefFoundError: ru/bitel/bgbilling/kernel/script/server/dev/GlobalScriptBase
Disconnected from the target VM, address: '127.0.0.1:55048', transport: 'socket'
Please sign in to leave a comment.
Hello,
Are there errors in ImportContractFromOmicron file highlighted when you open it in editor?
No errors are highlighted and the class is compiled, the substitution of class methods from the link library also works
So, you face the issue only while Debugging? Could you please try to move folder with library to some other location (e.g. C:\lib)?
Thank you very much, did as you said, the error is gone.
You are welcome! Feel free to contact us if you need any assistance.