“SecurityException: sealing violation” when starting Derby connection

前端 未结 3 926
心在旅途
心在旅途 2020-12-15 13:43

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

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-15 14:21

    I has this problem in Squirrel. I tried to add a new Derby embedded driver and I had the error.

    Then I closed Squirrel, removed derby**.jar from "c:\Program Files\squirrel-sql-3.5.0\lib\", started Squirrel and added the new driver successfully.

提交回复
热议问题