load pdf from jar file (help please)
hello ,,, i have problem please ,,, it is illustrated in the picture ,,, please help me if you can ,, thanks alot
http://hostphotoshere.com/data/4d0/4...90baf31e7a.jpg
//================================================== ========================
public void doOpen(String name) {
URL url=getClass().getResource(name);
try {
URI uri=null;
uri=url.toURI();
File file =new File(uri);
openFile(file);}
catch (Exception ex) {}}
//================================================== ========================