Javac compiler problem | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

23rd Aug 2017, 2:15 PM
Naveen Ch
Naveen Ch - avatar
1 Answer
+ 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.
25th Aug 2017, 6:56 PM
Tashi N
Tashi N - avatar