Quick and Easy way to setup jdk in visual studio code without setting up java_home invironment variable

setup jdk in visual studio code without java_home

Setting up the Java Development Kit (JDK) in Visual Studio Code (VS Code) without explicitly configuring the JAVA_HOME environment variable is possible. Here’s how you can do it: VS Code Settings: Alternative Approach (Deprecated): Locating settings.json: Remember that the java.home setting in VS Code takes precedence over the system environment variable. Once you’ve updated this … Read more

Samsung Secure folder password reset problem solved | No file loss | quick and easy way

In this tutorial, you will learn how to fix the Samsung Secure folder password reset problem. I entered the wrong password, and the secure folder became locked, and there was no password reset option available to proceed. Then I searched google to find the quick fix. After searching for 4-5 hours, I found this method, … Read more

Tubemate Download Easily: Your Ultimate Video Downloading Companion

Introduction:Welcome to the ultimate destination for downloading TubeMate, your trusted companion for effortless video downloading from various platforms! TubeMate is a versatile application designed to simplify the process of saving your favorite videos for offline viewing. Whether you’re into music, tutorials, entertainment, or educational content, TubeMate has got you covered. Get ready to unlock a … Read more

Sqlite Browser Installation On MacOS Ventura 2024

db browser for sqlite installation on mac os

DB Browser for SQLite (DB4S) is a high first-rate, visual, open supply tool to create, design, and edit database documents well suited with SQLite. DB4S is for customers and builders who need to create, seek, and edit databases. DB4S uses a familiar spreadsheet-like interface, and complex SQL commands do no longer need to be learned. … Read more

Different ways to open/edit .zshrc file in MacOS terminal || How to open .zshrc file on mac terminal?

different ways to open .zshrc file in mac terminal

In this tutorial, i will show you the 3 different ways to open and edit .zshrc file in MacOS terminal. a) Open with Vim editorb) Open with Nano editorc) Open with TextEdit app 1) Open and edit .zshrc with vim editor: VIM allows you to create and edit text files on your Mac. It is … Read more

How to install Java/JDK 21.0 on Mac M1, M2, MacBook Pro on macOS Ventura || Set Java_Home in Mac OS Ventura

install_java_jdk_on_macos_ventura

In this tutorial session we will learn easy way to install JDK on MacOS Ventura and we will see how to setup java_home environment variable here in Mac OS Ventura. Step 1: First we will download and install compatible JDK version for Mac OS Ventura.(Mac M1 and M2 are ARM-based CPU architecture)Link: https://www.oracle.com/java/technologies/downloads/#jdk21-mac Step 2: … Read more

Setting up GCC with MinGW-w64 in Visual Studio Code on Windows 11 | C & C++ Programming

GCC with MinGW-w64 in Visual Studio Code on Windows 11

In this tutorial: Let’s begin: Step 1: Open Visual Studio Code and install this plugin-C/C++ extension for VS Code Step 2: Installing the MinGW-w64 toolchain :– Downloading latest version of MinGW-w64, which gives up-to-date native builds of GCC, MinGW-w64, and other helpful C++ tools and libraries.– We will get the necessary tools to compile the … Read more

Working with Python in IntelliJ IDEA : The Complete guide for Beginners

python setup in intellij idea community edition

In this tutorial we will learn to setup python development environment in IntelliJ IDEA community edition from scratch. Python support in IntelliJ IDEAIntelliJ IDEA provides the following features to help you work with Python: Note:Supported version of python in IntelliJ Idea is:Python 2: version 2.7Python 3: from the version 3.6 up to the version 3.12 … Read more

How to setup JavaFX development Environment with JDK 21.0 in Eclipse on Windows 11? (Updated 2024) || Full explanation for beginners

javafx setup in eclipse with jdk 21

In this tutorial, i am going to show you how to setup JavaFX development environment with latest JDK 21.0 inside eclipse. I have explained every thing in very easy manner for beginners, this video will give you complete idea to setup javafx with jdk 21 in lastest eclipse IDE. Let’s begin.First i have downloaded following … Read more

SonarLint Integration and use in Apache NetBeans

In this tutorial, we will learn to install and run SonarLint in NetBeans. Also, we will see how to enable and disable rules from settings. Let’s do it. Features: Support Java, Javascript, PHP, HTML, and XML Step 1: Download the plugin from the below link : https://plugins.netbeans.apache.org/catalogue/?id=21 Step 2: Import this plugin into Netbeans. Step … Read more