1

In Eclipse EE Luna i have java exception breakpoint.I have also installed a Spring plugin (Spring tool suite)

enter image description here

If i click on Show in/Properties i have this

enter image description here

Why do I have this error?Do you know why they appear?

Alex
  • 2,075
  • 5
  • 27
  • 39
  • I tried to reproduce this by also setting an exception breakpoint, but I don't see those entries in the Markers view. Can you provide steps how to reproduce this? – Martin Lippert Sep 07 '14 at 22:51
  • Yesterday I installed eclipse for the first time and I had not created any project..Although there was no project appeared to me these errors.I have only created two server:glassfish and tomcat – Alex Sep 08 '14 at 08:46
  • I downloaded a fresh Eclipse Luna JEE release build and installed it, but as long as I don't have a project I am not able to set those Java Exception breakpoints. How do you do that? – Martin Lippert Sep 09 '14 at 11:38
  • Maybe the problem is in the path or classpath and the location of the workspace..In windows 7 I set the path but not the classpath – Alex Sep 09 '14 at 16:07
  • please also keep in mind to not install STS into the "Program Files" area, since that is a very restricted environment. You can also check the installed JREs in STS itself by going to the preferences, the Java category, and select the "Installed JREs" to see if everything is configured correctly inside STS. – Martin Lippert Sep 10 '14 at 16:41
  • Eclipse works fine, but I still have these two errors..Eclipse is installed on the desktop.Workbench is in C:\Utente\workspace , JAVA_HOME C:\glassfish4\jdk7 and PATH C:\glassfish4\jdk7\bin – Alex Sep 11 '14 at 08:29
  • do you see those breakpoints in the breakpoints view in the debug perspective? And if so, can you delete them there? – Martin Lippert Sep 12 '14 at 15:06
  • Just delete the `Java Exception Breakpoint` marker. And it won't appear again. – Aylwyn Lake Dec 16 '15 at 02:52
  • Possible duplicate of [Why does my Eclipse project have phantom debugger breakpoints?](http://stackoverflow.com/questions/723199/why-does-my-eclipse-project-have-phantom-debugger-breakpoints) – Jan Apr 04 '16 at 08:45

1 Answers1

0

It may be a permission issue of Eclipse workspace directory on Win7 or Win10. Try to set write permission of workspace directory to Everyone/Users, or run Eclipse as Administrator.