Problem 1: My eclipse suddenly stopped stepping into the java source code which used to be doing earlier i attaching source src.zip from jdk etc.. but still not stepping. How shall i fix this problem.
Problem 2: I tried to compile the src.zip from jdk so as to enable the inspecting the java source code 1.8 by following some old posts but compiling with following options is giving some 100 errors. How shall i fix this ?
javac -verbose -J-Xmx1024m -cp "e:\programs1\jre\lib\rt.jar" -d "e:\java_src\output" -g @files.txt
[total 76959ms] Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
100 errors 100 warnings