I am trying to execute a pdf file, which is included in my jar file.I tried this code but it doesn't work: \[code\]File afile =new File(strs+"o.jpg");Desktop.getDesktop().open(afile);\[/code\]strs is the path of the jar file and the directory inside it strs="C:\Users\Buba\Documents\NetBeansProjects\done\dist\done.jar\done\images\"What am I doing wrong here?Thank you