i hv created the .jar file by building my project in netbeans.
The .jar file exist in "dist/myproject.jar". But when i move it to any other system will it find the paths specified for images etc in project?
- As i am giving the paths like (C:/Users/Lucky/Documents/NetBeansProjects/CoverageAnalyzer/src/coverageanalyzer/icons/icon.png). OR When i write path just to approach root directory as (icons/icon.png), so then also?
Summary: What is the actual way that i can write/copy my .jar file to any other system without spoiling the paths and program run correctly on any other system. Thanks in advance.help will be appriciated