Tagged Questions
0
votes
3answers
1k views
Java unable to open pdf using Runtime
I have to open a pdf on clicking a JMenuItem. I can open the pdf on click the menu item if i run my program from netbeans. But when i run from jar file it is not opening. I clean and build my project. ...