Hi,
I am creating the automation code application.
I have one xyz.jar file in my project jar file "myproject.jar" at com.my.resource location.
My application creates one java file at location say "c:\". And now I want to copy the xyz.jar file at the same location c:\
The problem is How can i copy the "xyz.jar" file at "c:\" location? That is how can i access this "xyz.jar" within the "myproject.jar"
I tried but no luck.
Please help me.
Thanks in advance
Sahihaijava