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'

0
5 comments
Avatar
Yaroslav Bedrov

Hello,

Are there errors in ImportContractFromOmicron file highlighted when you open it in editor?

0

No errors are highlighted and the class is compiled, the substitution of class methods from the link library also works

0
Avatar
Yaroslav Bedrov

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)?

1

Thank you very much, did as you said, the error is gone.

0
Avatar
Yaroslav Bedrov

You are welcome! Feel free to contact us if you need any assistance.

0

Please sign in to leave a comment.