I have created a small java swing app that runs some powershell scripts.
While running it from eclipse the scripts work well, but when i export my project into jar file, the scripts doens run.
Scripts are located into src folder.
It seems like if scripts files (.ps1) are not exported into jar file.
How to export those script files into jar file?