Search code examples
javansis

Error in NSIS script in java


I have installed NSIS plugin in my eclipse. I have followed the steps from this site. Once I run the NSIS script, I get the following error:

File "..\src\main\sample\test.java"-> no files found.    
Error in script "C:\\Documents and Settings\\workspace\\setup.nsi" on line 47 -- aborting creation process

Can anyone help me?


Solution

  • File "test.java"
    

    if i remove absolute path then it works fine.so we will give only the file name that should present in your project.