Java - General » Core Java » How to run a .chm file in jar without using absolute path
140 Views
0 Replies
How to run a .chm file in jar without using absolute path
Posted 10-08-2010Reply
hi,
when i have integrate .chm file through IDE with absolute path is working fine .
java.lang.Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler example.chm");
but i want to run the .chm file without using absolute path.
An executable jar file itself find the .chm file in the jar file after build a jar file
thanks.










