Or use your 11.2 user directory in 11.3? Point to it in etc/netbeans.conf. Gj
On Thu, 26 Mar 2020 at 07:59, Greg McPherson <[email protected]> wrote: > > Greg McPherson <[email protected]> > 17:57 (0 minutes ago) > to *users*, gmail > I've just started to do the Work At Home thing, and installed Netbeans > 11.3, while my work PC was still running 11.2. > And yes, I could not get the C++ plugin to install on 11.3. > > My awkward hack to fix this was to install 11.2, install C++ on that, and > then copy the folders > C:\Users\xxx\AppData\Roaming\NetBeans\11.2\config and "modules" into the > "11.3" folder. > > > -- > > *Gregory Miles Sebastian McPherson* > [email protected] > > On Thu, 26 Mar 2020 at 17:57, Greg McPherson <[email protected]> wrote: > >> I've just started to do the Work At Home thing, and installed Netbeans >> 11.3, while my work PC was still running 11.2. >> And yes, I could not get the C++ plugin to install on 11.3. >> >> My awkward hack to fix this was to install 11.2, install C++ on that, and >> then copy the folders >> C:\Users\xxx\AppData\Roaming\NetBeans\11.2\config and "modules" into the >> "11.3" folder. >> >> >> >> On Thu, 26 Mar 2020 at 17:33, gmail Vladimir Koković < >> [email protected]> wrote: >> >>> After clone and build Netbeans on Wednesday, March 25, 2 things happened: >>> 1. >>> Netbeans didn't want to get started until I added: >>> -Dtryme.args = "- modules --refresh --update-all ..." >>> 2. >>> I tried installing the C/C++ plugin again since it disappeared from the >>> list of installed plugins! >>> Since -Dnbjdk.home = /usr/lib/jvm/jdk-14 which has no pack200 and >>> unpack200 programs, I had to do symlink on jdk-13.0.1/bin/pack200 and >>> jdk-13.0.1/bin/unpack200 in jdk-14/bin, so the installation continued but >>> with additional problems. >>> Log file has about 70 times: >>> *** >>> INFO [org.netbeans.modules.autoupdate.services.Utilities]: Cannot >>> validate certificate path - Path does not chain with any of the trust >>> anchors >>> java.security.cert.CertPathValidatorException: Path does not chain with >>> any of the trust anchors >>> at java.base / >>> sun.security.provider.certpath.PKIXCertPathValidator.validate >>> (PKIXCertPathValidator.java:158) >>> at java.base / >>> sun.security.provider.certpath.PKIXCertPathValidator.engineValidate >>> (PKIXCertPathValidator.java:84) >>> at java.base / java.security.cert.CertPathValidator.validate >>> (CertPathValidator.java:309) >>> [catch] at >>> org.netbeans.modules.autoupdate.services.Utilities.verifyCACertificatePath >>> (Utilities.java:196) >>> at org.netbeans.modules.autoupdate.services.Utilities.verifyCertificates >>> (Utilities.java:166) >>> at org.netbeans.modules.autoupdate.services.InstallSupportImpl.verifyNbm >>> (InstallSupportImpl.java:1135) >>> at >>> org.netbeans.modules.autoupdate.services.InstallSupportImpl.doValidate >>> (InstallSupportImpl.java:852) >>> at >>> org.netbeans.modules.autoupdate.services.InstallSupportImpl.doValidate >>> (InstallSupportImpl.java:805) >>> at org.netbeans.modules.autoupdate.services.InstallSupportImpl.access $ >>> 900 (InstallSupportImpl.java:75) >>> at org.netbeans.modules.autoupdate.services.InstallSupportImpl $ 2.call >>> (InstallSupportImpl.java:247) >>> at org.netbeans.modules.autoupdate.services.InstallSupportImpl $ 2.call >>> (InstallSupportImpl.java:220) >>> at java.base / java.util.concurrent.FutureTask.run (FutureTask.java:264) >>> at java.base / java.util.concurrent.ThreadPoolExecutor.runWorker >>> (ThreadPoolExecutor.java:1130) >>> at java.base / java.util.concurrent.ThreadPoolExecutor $ Worker.run >>> (ThreadPoolExecutor.java:630) >>> at java.base / java.lang.Thread.run (Thread.java:832) >>> *** >>> Then the installer reported at the end of all the CND modules: >>> *** >>> INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: >>> Timeout waiting for loading module >>> [email protected] >>> INFO [org.netbeans.modules.autoupdate.ui.wizards.InstallStep]: timeout >>> of loading C/C++ Repository [org.netbeans.modules.cnd.repository / 1.32.6.1] >>> org.netbeans.api.autoupdate.OperationException [INSTALL]: loading time >>> of C/C++ Repository [org.netbeans.modules.cnd.repository / 1.32.6.1] >>> at org.netbeans.modules.autoupdate.services.InstallSupportImpl $ 3.call >>> (InstallSupportImpl.java:431) >>> at org.netbeans.modules.autoupdate.services.InstallSupportImpl $ 3.call >>> (InstallSupportImpl.java:291) >>> at java.base / java.util.concurrent.FutureTask.run (FutureTask.java:264) >>> at java.base / java.util.concurrent.ThreadPoolExecutor.runWorker >>> (ThreadPoolExecutor.java:1130) >>> at java.base / java.util.concurrent.ThreadPoolExecutor $ Worker.run >>> (ThreadPoolExecutor.java:630) >>> [catch] at java.base / java.lang.Thread.run (Thread.java:832) >>> *** >>> >>> Just to mention that the plugin list for C/C++ lists version 1.31.5.1 >>> and the log shows that the installer is trying 1.32.6.1. >>> >>> Please someone from Netbeans, take a look at the C/C++ installation >>> problem. >>> >>> Thankful in advance >>> Vladimir Kokovic, DP senior (69) >>> Serbia, Belgrade, March 26, 2020 >>> >>> >>> >>> >> >> -- >> >> *Gregory Miles Sebastian McPherson* >> [email protected] >> > > > -- > > *Gregory Miles Sebastian McPherson* > [email protected] >
