How to we know that there is the error of javac. "I studied that javac is not internal or external command". This is the error so how do we know that this error has evolved?

Recommended Answers

All 7 Replies

Please describe clearly....

Where you getting error??

In command prompt??

How to we know that there is the error of javac

Is it an error with a program or with you using javac itself?

You have not set the Java environment properly... Set the path variable!

Be free..Set the path correctly to java bin... It will work dude!!

You have not set the Java environment properly... Set the path variable!

How to set the path variable.?

Set the java installed path in your system.. For example: Im cmd prompt

c:/>cd [your system installation path]
(OR)
c:/>cd C:\Program Files\Java\jdk1.7.0\bin

Then compile your program dude..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.