Eclipse cursor changes to crosshair

JavaEclipseEditorMouse Cursor

Java Problem Overview


I was working in Eclipse Java EE IDE. While using it, mouse cursor changes to cross-hair. Now its displaying as cross-hair in editors. Where to change it?

Java Solutions


Solution 1 - Java

Most likely this is the block edit mode. Try pressing Alt+Shift+A.

Solution 2 - Java

Just so to provide solution for MAC again-

cmd + alt + A

Thanks to @vsm

Solution 3 - Java

Clicking the 0 button while on num lock can also cause it to change...

Just wrote this incase any one else was not finding a solution! :-)

Solution 4 - Java

Due to certain typo slips these anoying crusor change might turn up.You save your work on diffrent txt file and then close down the work without saving it on the ide .Build up a new class file paste the already written code from the txt file and continue.Enjoy;

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMuhammad Imran TariqView Question on Stackoverflow
Solution 1 - JavaThomasView Answer on Stackoverflow
Solution 2 - JavarohtakdevView Answer on Stackoverflow
Solution 3 - JavaRuchir BaroniaView Answer on Stackoverflow
Solution 4 - JavaLouis PeguView Answer on Stackoverflow