0

I have intellij java project which I run from IDE. When I run simple java command to run project I get error -  I

Can any one tell me what is issue here?

Thanks Nilesh

1
  • 1
    You give file names to java, not class names Commented Apr 12, 2020 at 14:30

1 Answer 1

1

Please add the .java extension while running the javac command. Something like below:

 javac ..... filename.java 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.