JDK Download & Install Process in Bangla - জাভা শিখুন বাংলায়!

JDK Download Install Process Explained (2025 Guide)

JDK কি এবং কেন দরকার?:

 **JDK হল একটি software package যেখানে জাভা program লেখা, compile এবং run করার জন্যে প্রয়োজনীয় সব কিছু থাকে। জাভা program লিখতে হলে অবশ্যই JDK install থাকতে হবে।

JDK Download:
  - যেকোন browser open করে google এ যাব।
 - JDK Download লিখে google search এ দিব
 - এই link এ যাব https://www.oracle.com/apac/java/technologies/downloads/
 - JDK version select / বাছাই করব।
 - Windows select / বাছাই করব। (আমি এখানে windows operating system select করেছি)
 - তারপর x64 Installer এই option টা select করব। কারণ এই টা হল .exe ফাইল। আমরা এই .exe ফাইল টা Download দিব।
 - **উল্লেখ্য আমি এখানে java version 21 দেখাচ্ছি।

Oracle official website JDK  download page for Windows
JDK Install:
  - JDK Install দেয়ার জন্যে computer এর download folder এ যাব অথবা jdk-21_windows-x64_bin.exe ফাইল যেখানে download হয়েছে সেই ফোল্ডার এ যাব।
Downloaded JDK exe file in Windows folder
  - সেই jdk-21_windows-x64_bin.exe ফাইল এ double click করব। অথবা mouse right click করে Run as Administrator এ click করব।
Running JDK installer exe as administrator in Windows
  - Yes এ click করব।
 - Setup window আসবে। next এ click করব।
JDK setup wizard first step window
  - আবার Setup window আসবে। next এ click করব।
JDK setup wizard second step window
  - এবার progress setup window আসবে এবং 100% complete করবে।
JDK installation progress window showing completion bar
  - Complete setup window আসবে এবং close button এ click করব। JDK Setup Finish.
JDK installation completed successfully finish window

Setup Environment Variables:
  - C drive এ ঢুকে Program Files তারপর Java -> jdk-21 -> bin এ গিয়ে full path copy করুন। (“C:\Program Files\Java\jdk-21\bin”)
 - My Computer এর ভিতরে right click তারপর properties।
Opening environment variables from system properties in Windows
  - তারপর Advanced system settings এ click করুন।
Windows advanced system settings window for JDK environment setup
  - তারপর Advanced tab এ click করুন -> Environment Variables এ click করুন।
Environment variables window in Windows operating system
  - System variables এর path select করে edit এ click করুন।
Editing system environment variables path for JDK bin folder
  - তারপর New -> paste -> ok
Adding Java JDK bin directory path in Windows environment variables

Verify Java Installation:
  - start এ গিয়ে command prompt -> Run as Administrator
Open Windows command prompt
  - তারপর type করুন : java –version
Verify JDK installation using java and javac command in Windows command prompt
  - Hit Enter Key

Comments

Popular posts from this blog

Java Introduction in Bengali (জাভা পরিচিতি) JVM, JRE & JDK Explained

এনক্যাপসুলেশন (Encapsulation) Object-Oriented Programming