0
Javac compiler problem
I have tried to written code for getting all prime number Upto given number calling function called primetill from main. AFTER COMPILING USING CMD I HAVE GOT AN ERROR LIKE THIS: ---------------------------- Some messages have been simplified; recompile with -Xdiags:verbose to get full output ------------------------------ please explain me why this is happening?
1 ответ
+ 7
Just do what the message says... add the argument -xdiags:verbose after the javac command and you will get the error output. You might provide it here to get helped.