Java for Beginners 2 : How to Install Java IDE - jgrasp

Опубликовано: 12 Май 2026
на канале: shawnkoon
12,660
91

Hello guys! this shawn koon here, I hope you enjoyed this video..!
If you guys liked my videos, please subscribe for more future videos :) Thank you

jgrasp is the IDE i will be using for my tutorials, even it looks kind of outdated compare to other IDE, this is pretty good exercise for Java beginners. I recommend you guys to write every single code without getting smart IDE's help for practice!!

Now that we are done with downlaoding java, I assume youguys are all ready
to start programming in java. However, we need to do one last thing before..

and it is to download a java IDE.
Java IDE is a program where we can write java code on and it will translate
that java code into a machine language so your computer can run it.

1. download jgrasp
2. Create Folder
3. make a simple hello world Program.

public class Tester
{
public static void main(String[] args)
{
System.out.println("Hey, my name is Shawn!");
}
}

Thanks and don't forget to subscribe and hit likes!!!