I'm having troubles running the helloworldapp java program everytime i use the cmd.Here is the original execution of the program.
C:\Users\char>cd\
C:\>cd program files
C:\Program Files>cd java
C:\Program Files\Java>cd helloworldapp
C:\Program Files\Java\HelloWorldApp>path=c:\\program files\java\jdk1.7.0_11\bin
C:\Program Files\Java\HelloWorldApp>javac helloworldapp
error: Class names, 'helloworldapp', are only accepted if annotation processing
is explicitly requested
1 error
C:\Program Files\Java\HelloWorldApp> >>
And everytime I try to correct the class name it is saying the same thing. Can you help me with this problem?