How to set a Path to read a CSV file from a Java Package.
843805Apr 28 2006 — edited May 2 2006Hi,
For creating a JTable I am reading a csv file and creating.
and the CSV file are in a package called data.
I am accessing the file like this.
File file = new File("data/I-Code_SC.csv");
This is working fine when i run from Eclispe Development environment.
But when i create a jar file it gives a expection saying file not found.
How to retify this.
Thnx
Neel