Skip to main content

Posts

Showing posts with the label install

Installing Visual Studio Code for Windows Java Developer Easily

   Visual Studio Code is very popular for developers and Java is the most popular programming language in present world.  So in this article, I will show how to set up Visual Studio Code for java in Windows 10 very easily.  VS Code Team released Visual Studio Code with JDK. This is very cool because installing JDK need some configurations but in this download link that kinds of uncomfortable process removed. (downlaod jdk and install / configure environment / configure visual studio code) Let's see how comfortable it is. Download and Install Visual Studio Code for Java Click  Download and Install the Coding Pack for Java - Windows via this link Install Coding Pack for Java Installing Components Finished Setup Wizard Now you can see Lau...

Can't install Eclipse plugins due to sun.security.validator.ValidatorException

   Sometimes eclipse cannot connect to marketplace or plugin sites for installing plugins because of security validator exception Problem: sun.security.validator.ValidatorException or sun.security.validator.ValidatorException: PKIX path building failed   Resolution: tuststore does not contain the certificate of the SSL service you're connecting to This is due to corporate environments where your workstation is intercepted by proxy, firewall or something that inspects https traffic. or the jdk version does not include the SSL service you're connecting to. jdk release with certificates in the jre/lib/security/cacerts file. the certificates are increase while jdk version goes up How To Solve Download  Keystore Explorer  and Install Open the application (Run as administrator) Examine > Examine SSL > Co...