Build Project producing no output
Answered
All get is this message:
"6:24 PM All files are up-to-date"
Same message no matter how times a I build it.
There are 6 Java files in the directory. I purposely change one to cause a compiler error and still all get is the above message.
Project modules as the output paths set, the project settings are set to JDK 1.8
Please sign in to leave a comment.
If I type "javac my code.java" from the command line where the Java code is generates output along with errors
Check the build.log for errors (enable debug logging), see https://intellij-support.jetbrains.com/hc/articles/207241085 for details.
Are you sure the files are not excluded from the compiler? https://www.jetbrains.com/help/idea/2016.1/compiler-excludes.html
If the issue remains, please provide a sample project illustrating the problem and the exact steps to reproduce.
I figure out what was wrong.
Hi, could you mention here what was wrong and how you solved it.? I am facing something similar with no solution in sight all day.