
class names "JdbcProjam.java "are only accepted if annotation processing is explicitly requested

Is your class name is JdbcProjam or JdbcProgram? Check it properly. Java is case sensitive. So use the correct name with javac command. Here we have used your specified classname.
javac -cp JdbcProjam.java
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.