Replies: 2 comments 14 replies
-
|
The whole IDE crashing sounds like an issue somewhere in the native layer. For Swing, this either means SWT or some external component. If this is a crash, there should be a crash log (e.g. hs_err_pid8053.log) in your Eclipse installation folder. Can you upload that? This should contain the part of the code that's causing the problem. |
Beta Was this translation helpful? Give feedback.
-
|
Also regarding the File class: Keep in mind that relative paths like When you launch the application from the project, it will be relative to that. But for the editor, the path is relative to the Eclipse installation folder. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I deleted the
eclipsefolder that contained Eclipse IDE for Java Developers 2025-03.I downloaded ZIP file for Eclipse IDE for Java Developers 2025-06 and extracted the files to the same location as the previous version.
I then downloaded the latest WindowBuilder ZIP file and installed WindowBuilder (1.20) via menu Help > Install New Software
I open an existing class with WindowBuilder Editor
I click on Design tab and a progress dialog window appears and after about one second Eclipse crashes. The whole IDE window simply disappears from the computer screen as if Eclipse was never opened. This only occurs if my GUI contains custom components, i.e. classes that extend Swing components. For example I have a class
QtLabelthat extendsJLabel.Needless to say, WindowBuilder (1.19) worked with Eclipse 2025-03.
Here is a relevant section from the [Eclipse] workspace log file.
Beta Was this translation helpful? Give feedback.
All reactions