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.
我正在尝试执行一个 pdf 文件,该文件包含在我的 jar 文件中。我尝试了这段代码,但它不起作用:
File afile =new File(strs+"o.jpg"); Desktop.getDesktop().open(afile);
strs 是 jar 文件的路径和其中的目录 strs="C:\Users\Buba\Documents\NetBeansProjects\done\dist\done.jar\done\images\"
我在这里做错了什么?
你必须: