Window Builder FAILS TO INSTALL #171
Replies: 12 comments 5 replies
-
Hi, Can you please try using https://download.eclipse.org/windowbuilder/lastgoodbuild/ instead of https://download.eclipse.org/windowbuilder/latest/ ? |
Beta Was this translation helpful? Give feedback.
-
You could also try to download WB from eclipse marketplace. Therefor you open eclipse, go to "Help" then down to "Eclipse Marketplace". After klicking on eclipse marketplace a new window should open. Type WindowBuilder into the search field and then download the latest version of WindowBuilder. |
Beta Was this translation helpful? Give feedback.
-
Hi, I get the following error when I try to get WindowBuilder. Any ideas what I'm doing wrong? TIA Unable to read repository at https://download.eclipse.org/windowbuilder/latest/content.xml. |
Beta Was this translation helpful? Give feedback.
-
Are you inside a corporate firewall. Those often inject certificates into the network traffic; ones not in the cacerts of the JRE/JDK with which Eclipse is running. You might try http instead of https... |
Beta Was this translation helpful? Give feedback.
-
Thanks Merks. I am inside a corporate firewall. Tried using http instead of https and still get an error. eclipse.buildId=4.16.0.I20200604-0540 org.eclipse.equinox.p2.core javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target |
Beta Was this translation helpful? Give feedback.
-
You might try this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=567504#c28 Failing that, you'll need to import the certificate that injected by your firewall into the cacerts of the JDK you are using. Another alternative is to download the zip and install from that: https://download.eclipse.org/windowbuilder/latest/repository.zip |
Beta Was this translation helpful? Give feedback.
-
Thanks Merks. I tried repository.zip. It seems to start well but I get the following error. Suggestions? : |
Beta Was this translation helpful? Give feedback.
-
hi Merks,WindowBuilderInstallIssues.docx |
Beta Was this translation helpful? Give feedback.
-
Try just these: I think the other things will require other up sites to be available. Note that I unchecked the last check mark to test that this can be installed purely from this website. Or maybe unchecking that last thing is what makes it work... |
Beta Was this translation helpful? Give feedback.
-
Hi. An error occurred while collecting items to be installed session context was:(profile=C__Program Files_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Result of processing steps. OK OK OK Public key not found for -9147676190077153272. OK Result of processing steps. OK OK OK Public key not found for -9147676190077153272. OK Could you help me, please? |
Beta Was this translation helpful? Give feedback.
-
HI, It doesn't install all the window builder components, it says it lacks support for WTP/WST but I don't understand how to install it, of course it doesn't show the gui can you help me thanks |
Beta Was this translation helpful? Give feedback.
-
I tried to install Window builder from here:
https://download.eclipse.org/windowbuilder/latest/
I also tried installing by manually downloading the zip file. The "create new visual classes" button doesn't display.
I'm using Eclipse 2021-12
Here are the errors returned by eclipse when using the "install new software" option:
An error occurred while collecting items to be installed
session context was:(profile=C__Program Files_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.wb.doc.user,1.9.1.202106041225
No repository found containing: org.eclipse.update.feature,org.eclipse.wb.doc.user.feature,1.9.7.202106041225
No repository found containing: osgi.bundle,org.eclipse.wb.rcp.SWT_AWT,1.9.1.202106041225
No repository found containing: org.eclipse.update.feature,org.eclipse.wb.rcp.SWT_AWT_support,1.9.7.202106041225
No repository found containing: osgi.bundle,org.eclipse.wb.rcp.doc.user,1.9.1.202106041225
No repository found containing: org.eclipse.update.feature,org.eclipse.wb.rcp.doc.user.feature,1.9.7.202106041225
No repository found containing: osgi.bundle,org.eclipse.wb.swing,1.9.1.202106041225
No repository found containing: osgi.bundle,org.eclipse.wb.swing.FormLayout,1.9.1.202106041225
No repository found containing: osgi.bundle,org.eclipse.wb.swing.FormLayout.lib,1.9.1.202106041225
No repository found containing: osgi.bundle,org.eclipse.wb.swing.MigLayout,1.9.1.202106041225
No repository found containing: osgi.bundle,org.eclipse.wb.swing.MigLayout.lib,1.9.1.202106041225
No repository found containing: osgi.bundle,org.eclipse.wb.swing.databinding,1.9.1.202106041225
No repository found containing: osgi.bundle,org.eclipse.wb.swing.doc.user,1.9.1.202106041225
No repository found containing: org.eclipse.update.feature,org.eclipse.wb.swing.doc.user.feature,1.9.7.202106041225
No repository found containing: org.eclipse.update.feature,org.eclipse.wb.swing.feature,1.9.7.202106041225
No repository found containing: osgi.bundle,org.eclipse.wb.swing.java6,1.9.1.202106041225
No repository found containing: osgi.bundle,org.eclipse.wb.swing.jsr296,1.9.1.202106041225
Beta Was this translation helpful? Give feedback.
All reactions