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

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

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

How to Fix ‘javac’ is not recognized as an internal or external command in Windows 11?

This error message, “javac is not recognized as an internal or external command,” may appear if you are just attempting to launch a Java program. When there is only JRE is found and JDK is not found on your system, this error message appears. The good news is that it’s not too hard to fix … Read more

Apache Log4j configuration in Java Project

In this video tutorial, you will learn how to use Apache log4j in java project to maintain a log file. I have explained the whole concept step by step with the help of a simple example. Please watch the complete video for a better understanding of the whole concept. Properties file content: // Root logger … Read more

Compile and Run Java Program in Notepad++

Hello Friends, In this tutorial, I will tell you how to compile and run java programs in Notepad++. This process is very easy. Please follow the instruction explained in this tutorial. I would suggest you watch the complete video for a better understanding of the whole process. If you find this tutorial useful, please hit … Read more