{"id":487,"date":"2025-11-20T16:28:26","date_gmt":"2025-11-20T16:28:26","guid":{"rendered":"https:\/\/devopsopen.com\/?p=487"},"modified":"2025-11-20T16:28:26","modified_gmt":"2025-11-20T16:28:26","slug":"install-vscode-java-and-angular-projetc","status":"publish","type":"post","link":"https:\/\/devopsopen.com\/index.php\/2025\/11\/20\/install-vscode-java-and-angular-projetc\/","title":{"rendered":"Install VSCode JAVA and angular projetc"},"content":{"rendered":"<h1>Download VSCode<\/h1>\n<p>Install VSCode fromthe official web site : <a href=\"https:\/\/code.visualstudio.com\/download\">https:\/\/code.visualstudio.com\/download<\/a> and choose the zip file for portable version<\/p>\n<h1>Download Maven<\/h1>\n<p>Download maven folder and deposit into C disk<br \/>\n<a href=\"https:\/\/maven.apache.org\/download.cgi\">https:\/\/maven.apache.org\/download.cgi<\/a><\/p>\n<h1>Download OpenJDK<\/h1>\n<p>Adoptium Temurin (Eclipse) \u2014 recommand\u00e9<\/p>\n<p>Tr\u00e8s utilis\u00e9 en production.<\/p>\n<p>Binaires test\u00e9s et certifi\u00e9s.<\/p>\n<p>Mises \u00e0 jour rapides.<\/p>\n<p>Site : adoptium.net (source la plus conseill\u00e9e dans la majorit\u00e9 des cas).<\/p>\n<p>\u2714\ufe0f OpenJDK officiel (builds d\u2019origine)<\/p>\n<p>Builds \u201cpurs\u201d publi\u00e9s par le projet OpenJDK.<\/p>\n<p>Mises \u00e0 jour fr\u00e9quentes, mais moins test\u00e9es que Temurin.<\/p>\n<p>\u2714\ufe0f Amazon Corretto<\/p>\n<p>Gratuit, maintenance long terme (LTS).<\/p>\n<p>Excellent support pour serveurs, tr\u00e8s stable.<\/p>\n<p>Maintenu par Amazon.<\/p>\n<p>\u2714\ufe0f Azul Zulu<\/p>\n<p>Connu et \u00e9prouv\u00e9, avec des builds certifi\u00e9s TCK.<\/p>\n<p>\u2714\ufe0f Red Hat OpenJDK<\/p>\n<p>Id\u00e9al sur Linux (CentOS, RHEL, Fedora).<\/p>\n<p>Fortement test\u00e9 et int\u00e9gr\u00e9 au syst\u00e8me.<\/p>\n<h1>Install Java project in VSCODE<\/h1>\n<h2>Setting file<\/h2>\n<p>In VS Code :view -&gt; Command palette -&gt; Preferences -&gt; Open User Settings<br \/>\nThen copy and past conf bellow :<\/p>\n<hr \/>\n<pre><code> {\n \"jdk.jdkhome\": \"C:\\Utils\\openlogic-openjdk-21.0.9+10-windows-x64\",\n \"java.home\": \"C:\\Utils\\openlogic-openjdk-21.0.9+10-windows-x64\",\n \"maven.executable.path\": \"C:\\Utils\\apache-maven-3.9.11\\bin\\mvn.cmd\",\n \"maven.terminal.useJavaHome\": true,\n \"jdk.telemetry.enabled\": false,\n \"jdk.java.imports.groups\": [\n\n \"java\",\n \"javax\",\n \"org\",\n \"com\",\n\n ],\n \"terminal.integrated.env.windows\":\n \"JAVA_HOME\": \"C:\\Utils\\openlogic-openjdk-21.0.9+10-windows-x64\",\n \"MAVEN_HOME\": \"C:\\Utils\\apache-maven-3.9.11\",\n \"M2_HOME\": \"C:\\Utils\\apache-maven-3.9.11\",\n \"PATH\": \"C:\\Utils\\node-v24.11.1-win-x64;%PATH%\"\n\n \"gitlens.ai.model\": \"vscode\",\n \"gitlens.ai.vscode.model\": \"copilot:gpt-4.1\"\n }<\/code><\/pre>\n<hr \/>\n<h2>Create Java project<\/h2>\n<p>In VS Code :view -&gt; Command palette -&gt; java: new project<\/p>\n<h1>Download nodejs &amp; npm<\/h1>\n<p>Download NodeJS and install it (put the node folder in C disk)<\/p>\n<p>npm init -y<br \/>\nnpm config set strict-ssl false<br \/>\nnpm config set registry <a href=\"http:\/\/registry.npmjs.org\">http:\/\/registry.npmjs.org<\/a><br \/>\nnpm install -g @angular\/cli<br \/>\nng new myproject<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Download VSCode Install VSCode fromthe official web site : https:\/\/code.visualstudio.com\/download and choose the zip file for portable version Download Maven Download maven folder and deposit into C disk https:\/\/maven.apache.org\/download.cgi Download OpenJDK Adoptium Temurin (Eclipse) \u2014 recommand\u00e9 Tr\u00e8s utilis\u00e9 en production. Binaires test\u00e9s et certifi\u00e9s. Mises \u00e0 jour rapides. Site : adoptium.net (source la plus conseill\u00e9e dans la majorit\u00e9 des cas). \u2714\ufe0f OpenJDK officiel (builds d\u2019origine) Builds \u201cpurs\u201d publi\u00e9s par le projet OpenJDK. Mises \u00e0 jour fr\u00e9quentes, mais moins test\u00e9es que Temurin. \u2714\ufe0f Amazon Corretto Gratuit, maintenance long terme (LTS). Excellent support pour serveurs, tr\u00e8s stable. Maintenu par Amazon. \u2714\ufe0f Azul\u2026<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":""},"categories":[9],"tags":[],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":5}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/devopsopen.com\/index.php\/author\/admin_bak\/"},"uagb_comment_info":0,"uagb_excerpt":"Download VSCode Install VSCode fromthe official web site : https:\/\/code.visualstudio.com\/download and choose the zip file for portable version Download Maven Download maven folder and deposit into C disk https:\/\/maven.apache.org\/download.cgi Download OpenJDK Adoptium Temurin (Eclipse) \u2014 recommand\u00e9 Tr\u00e8s utilis\u00e9 en production. Binaires test\u00e9s et certifi\u00e9s. Mises \u00e0 jour rapides. Site : adoptium.net (source la plus conseill\u00e9e&hellip;","_links":{"self":[{"href":"https:\/\/devopsopen.com\/index.php\/wp-json\/wp\/v2\/posts\/487"}],"collection":[{"href":"https:\/\/devopsopen.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devopsopen.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devopsopen.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/devopsopen.com\/index.php\/wp-json\/wp\/v2\/comments?post=487"}],"version-history":[{"count":1,"href":"https:\/\/devopsopen.com\/index.php\/wp-json\/wp\/v2\/posts\/487\/revisions"}],"predecessor-version":[{"id":488,"href":"https:\/\/devopsopen.com\/index.php\/wp-json\/wp\/v2\/posts\/487\/revisions\/488"}],"wp:attachment":[{"href":"https:\/\/devopsopen.com\/index.php\/wp-json\/wp\/v2\/media?parent=487"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devopsopen.com\/index.php\/wp-json\/wp\/v2\/categories?post=487"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devopsopen.com\/index.php\/wp-json\/wp\/v2\/tags?post=487"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}