Hello guys I have witnessed a weird issue while writing a standalone
java app in Netbeans, when I am running my app from within the
IDE the changes which I made in my java files are not getting reflected back in the output but running the same class files from command prompt is giving the expected output.
Even the project jar file is giving the correct output when launch from command line, but the problem occurs only when launching the application from within the IDE, following is what I am doing:
Open the project ---> made changes into a java file ---->Right click on the project and select (Clean and Build)---->Right click on project and select Run---->output doesn't reflect the changes made in the java file
I am using Netbeans 7.3 and java 6 compiler and interpreter under its configuration I have enabled "Compile on Save" option.Today I started getting this issue and previously it was working fine and also I would like to add that the issue is only with a single project , other projects within the IDE responds fine when changes are made within their codes.
Any kind of help in this matter is highly appreciated.
Thanks