I want to include and start the solr server when I start my java project and then, when you click a button, I will run a python program which uses the solr server.
I have done it and it works when I launch it in Eclipse, but when I packeted all in the runnable jar file it doesn't work. What I expect first is to start the solr server included and packeted into the runnable jar. When the server is running I will try the python call.