Moderator - this is a duplicate as the first timed out please remove - I can not find a delete
Eclipse Community Forums » Java Development Tools
by Glyn Bartlett
2d ago
..read more
Visit website
Eclipse - how to fix the build path - Java
Eclipse Community Forums » Java Development Tools
by Glyn Bartlett
2d ago
Hi, New to this so please bear with me. I am using version 2024-03 (4.31.0). My java source is in: src: client META-INF model server shared However, I have two set of classes one under: build classes client META-INF model server shared And the other under: WebContent WEB-INF classes client META-INF model server shared The second (WebContent --> WEB-INF --> classes) is the one I copy into the Tomcat directory to perform tests and then move into production. So, I need to ensure that is kept and is correct. I have attached an image of the project structure. Can I safely delete ..read more
Visit website
Re: Why does the debugger sometimes not select the decompiled class?
Eclipse Community Forums » Java Development Tools
by David M. Karr
1w ago
What's odd is that this sometimes works the way I want, showing the breakpoint in the Decompiler view instead of the "Source not found" buffer. It seems to change on Eclipse restart ..read more
Visit website
Re: Why does the debugger sometimes not select the decompiled class?
Eclipse Community Forums » Java Development Tools
by David M. Karr
1w ago
Actually, I didn't mention what I now realize is an important clue. My test case for this today is in debugging a startup problem in Tomcat. I set the breakpoints in "org.apache.catalina.core.StandardContext", but when it hits the breakpoint, the editor buffer is labeled "TomcatEmbeddedContext(StandardContext)". The "TomcatEmbeddedContext" class is a subclass of "StandardContext ..read more
Visit website
Why does the debugger sometimes not select the decompiled class?
Eclipse Community Forums » Java Development Tools
by David M. Karr
1w ago
Using Eclipse 2024-03. I often have to step through code I don't have source for, so I use the Enhanced Class Decompiler. This works fine for viewing classes, but I often run into an annoyance in the debugger. Even though I am viewing the decompiled class in one editor buffer, when the debugger hits a breakpoint, it creates another editor buffer for the class and just says "Source not found", with the "Edit Source Lookup Path" button. I can muck through it as I can see the line number in the stacktrace, so I go to the decompiled class view and go to that line number. I can still see the vari ..read more
Visit website
Remember and restore tree portion of the IDE when re-opening
Eclipse Community Forums » Java Development Tools
by Lucio Menzel
1w ago
Hi Experts, This one is cosmetic but is also impacting the user experience and forces me to waste a bit of time every time I re-open the IDE I noticed this a long time ago, and I have accepted it as a minor inconvenience ... however seems to me it would probably be easy to fix and therefore provide a better user experience and increase productivity by eliminating unnecessary clicks I am using the JAVA perspective Say I am working on a couple of class files: hackerrank.HackerRank.java hackerrank.LetterIslands.java Say I am working on the hackerrank.HackerRank.test() method, I the tree on ..read more
Visit website
Hover shows empty box
Eclipse Community Forums » Java Development Tools
by Lucio Menzel
1w ago
Hi experts, I have recently updated my eclipse for Java Development to release 2024-03 I am running on a Linux desktop, the version of Java I have installed is as follows $ java --version openjdk 21.0.2 2024-01-16 OpenJDK Runtime Environment (build 21.0.2+13-Ubuntu-122.04.1) OpenJDK 64-Bit Server VM (build 21.0.2+13-Ubuntu-122.04.1, mixed mode, sharing) When I open a JAVA class file and hover on something such as a class name or method I am expecting to see a pop up box with the corresponding javadoc information I do get the pop up box but it is empty. Please advice on how to fix this is ..read more
Visit website
Re: Automatically change the compiler level
Eclipse Community Forums » Java Development Tools
by Kaan Yandas
2w ago
Thank you. I will try out your approaches ..read more
Visit website
Re: Automatically change the compiler level
Eclipse Community Forums » Java Development Tools
by Kaan Yandas
2w ago
Thank you. I will try out your approaches ..read more
Visit website
Re: Automatically change the compiler level
Eclipse Community Forums » Java Development Tools
by Kaan Yandas
2w ago
Thank you. I will try out your approaches ..read more
Visit website

Follow Eclipse Community Forums » Java Development Tools on FeedSpot

Continue with Google
Continue with Apple
OR