Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想运行start.jar文件,button点击后,我找到了这个,试过了,它可以工作其他.jar文件
start.jar
button
.jar
Runtime.getRuntime().exec("java -jar C:/Users/User/Desktop/Folders/apache-solr-4.0.0/example/start.jar");
在这段代码之后,我看,,http://localhost:8983/solr/看到了,这段代码不起作用start.jar,我该怎么办?
http://localhost:8983/solr/