How can I start apache derby programmatically jar file?

后端 未结 3 718
抹茶落季
抹茶落季 2020-12-07 03:28

I have a Java application, which uses Apache Derby. Using Eclipse Export option, I exported it as JAR file. When I am running Eclipse, and the server is connected to port 15

3条回答
  •  太阳男子
    2020-12-07 04:28

    You need to start the server programmatically.

    How this is done is documented in the manual:

    http://db.apache.org/derby/docs/10.8/adminguide/tadminconfig814963.html

提交回复
热议问题