java - FileNotFoundException when running a jar file -
i got path .\\src\\aee\\user\\scorepercentage.csv
. it's running when execute in netbeans. when created jar file, scorepercentage.csv
can't found.
you should either export directory application running, or use class.getresource , embed in jar. if use src
directory anywhere in code, doing wrong.
Comments
Post a Comment