Hi ,
I have developed a java code to read csv file and write another file after some modifications, the code is working fine when running through eclipse, but when I am creating jar and trying to execute it the files are not getting created.
Any idea why it is happening.
I am using windows 7.
I have developed a java code to read csv file and write another file after some modifications, the code is working fine when running through eclipse, but when I am creating jar and trying to execute it the files are not getting created.
Any idea why it is happening.
I am using windows 7.
Comment