Tag Archives: eclipse

Do you see compilation errors from jarred up class java? Do you know Why? ( jar with compilation errros )

Do you know from eclipse the classes can be jarred up with a compilation errros? Yes. We can do. Often developers forget to untick the below option.

Not sure why this option is built by eclipse!

Below is the sample java class coded with errors.

This class file exported to jar successfully with the eclipse option ( export with compilation errors).

Please make sure to uncheck the eclipse jar export option to avoid compilation classes to be exported to jar file.


Eclipse Code Recommenders : How much can the IDE predict what you will write in the next seconds?

 

eclipse code recommenders

eclipse code recommenders

 

Code Recommenders supports developers on learning new APIs by providing tools which learn correct API usages or valuable API usage patterns by analyzing example code and re-integrates this regained knowledge back into your IDE by means of intelligent code completion, extended javadocs, smart bug detectors, stacktrace search engines and others. Why not give a try… download here