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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -