Assume: you used Eclipse eclipse in tar.gz or zip, not using installer.
In Windows delete this directory
- c:\Users\[username]/.eclipse
- [home]\eclipse -> your old eclipse
- [workspace]\.metadata -> your existing workspace for eclipse
In Debian delete this directory
- [home_user]/.eclipse
- [home_user]/eclipse -> your old eclipse
- [home_user]/[workspace]/.metadata -> your existing workspace for eclipse
Extract eclipse-java-2025-03-R-linux-gtk-x86_64.tar.gz and put "eclipse" folder into [home].
Run your eclipse, select your existing workspace and install all software you need e.q. WindowBuilder.
Note: Windows will ask your permission to prevent Defender scan your Eclipse for performance. I recommended to exclude Eclipse.
To open existing project in your existing workspace
- Import -> General -> Existing Project into Workspace -> Next
- Point "Select root directory" to your existing project directory.
- Finish