I need do start the derby server from my java application using \"org.apache.derby.drda.NetworkServerControl\" class.
When I try to start the server it thro
I was facing same problem. I was packaging my application using One Jar. One Jar has it's own class loader which could cause the issue. If you are using One Jar, Try packaging your app without One Jar and verify.