Skip to content

Tag: eclipse

Java detect when application is closing

I learned Java for about 1 year some years ago. Now I wanted to go back to it, but my skills got a bit rusty. So I’m using Eclipse with the WindowBuilder to make an easy Form Application to get started again. I wanted to get a popup window when I exit the application because in future projects I need

How to add Lombok plugin to eclipse [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations. Closed 1 year ago. The community revi…

Incompatible Java Versions for WindowBuilder

I Installed WindowBuilder on Eclipse to create a Graphic User Interface for a program. When I go to the ‘Design’ tab the following error appears: Eclipse is running under 1.8, but this Java project has a 10 Java compliance level, so WindowBuilder will not be able to load classes from this project.…

How to bypass corporate firewall/proxy for Maven

I have been trying to create a new Maven Project in Eclipse (I am using Windows 10), however when the project is created, it shows: When looking at the POM.xml, it shows.. I tried deleting the .m2 folder and Right-click project -> Maven -> Update Project.. It shows me.. In one solution from another SO p…