I have a project in Java which get a file using smb client. When I edit this code and run it again in Eclipse, it is not running my modified code but running the same old one.
Checklist:
- I saved the file and made sure there are no write errors.
- Build Automatically is enabled.
- Run configuration is configured properly.
- There are no unresolved errors.
what am i doing wrong?