Hi everyone,
I have a netbeans project with som source files from another open source software. I use the functions from the source files to develop the project.
The problem I have is when I edit and add a System.out.Println("") to the source files, I do not get any output after cleaning, building and running the project again.
If I run the compiled jar in the command prompt, I can see the system output. But when I run the same main from Netbeans it does not print the output from the edited source files code.
I am wondering what the reason could be? Would be great if anyone can help me.
Regards,
Pradeep