Creating, Compiling, & Executing a Java Program

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ส.ค. 2024
  • Java Programming: Creating, Compiling, and Executing a Java Program
    Topics discussed:
    1. Creating a Java program using a simple text editor.
    2. Compiling the Java program using the Command Window.
    3. Running the Java program using the Command Window.
    4. What happens exactly when we compile and run our Java program.
    Follow Neso Academy on Instagram: @nesoacademy (bit.ly/2XP63OE)
    Contribute: www.nesoacademy...
    Memberships: bit.ly/2U7YSPI
    Books: www.nesoacademy...
    Website ► www.nesoacademy...
    Forum ► forum.nesoacad...
    Facebook ► goo.gl/Nt0PmB
    Twitter ► / nesoacademy
    Music:
    Axol x Alex Skrindo - You [NCS Release]
    #JavaByNeso #JavaProgramming #CreatingJavaProgram

ความคิดเห็น • 133

  • @s.....8353
    @s.....8353 4 ปีที่แล้ว +17

    your academy is the best academy i have ever seen,with micro videos u cover the content as deep as possible.

  • @jimmymesa
    @jimmymesa 4 ปีที่แล้ว +24

    Very enlightening. The outspoken Java programmer really knows his stuff.

  • @aminhbr
    @aminhbr 4 ปีที่แล้ว +24

    one of the most best and clear courses, thank you for learning us, I am very happy, I watched the first video and I found myself watching 10 others :D

  • @shashikumar8167
    @shashikumar8167 ปีที่แล้ว +6

    Best playlist for learning java ,thank you.

  • @solomonbirhane3648
    @solomonbirhane3648 4 ปีที่แล้ว +7

    amazing sir, please upload more videos in a day as much as possible for you. we are waiting your lecture.

  • @justpaulo
    @justpaulo 4 ปีที่แล้ว +12

    For the lazy 😊:
    public class Welcome {
    public static void main(String[] args) {
    System.out.println("Hello World!");
    }
    }

  • @mdakip9328
    @mdakip9328 3 ปีที่แล้ว +1

    was struggling to find good lectures but finally I saw your vid3os and change my mind 😊😊

  • @arpanmondal3305
    @arpanmondal3305 2 ปีที่แล้ว +1

    You people are really giving qualitative education , Thank You:)

  • @arifansari5671
    @arifansari5671 11 หลายเดือนก่อน +1

    This course is too good, thank you

  • @sohamjavkar8283
    @sohamjavkar8283 ปีที่แล้ว +2

    This course is too good to be free. Thank You for such amazing content

  • @suheabkhan2546
    @suheabkhan2546 4 ปีที่แล้ว +3

    Sir we regularly wait for ur videos.. . We missed your video a lot sir..

  • @lucascampelo4539
    @lucascampelo4539 4 ปีที่แล้ว +4

    Thanks for the lessons. Keep on the good work!

  • @prateekgautam2912
    @prateekgautam2912 4 ปีที่แล้ว +5

    Hi sir i have problem after writing javac Main.java
    When i press enter it shows code like
    Main.java:1:error:class main is public,should be declared in a file named main.java
    And so on

  • @keerthansj845
    @keerthansj845 5 หลายเดือนก่อน

    Such a clear explanation. Thanks a lot.

  • @zeff9629
    @zeff9629 3 ปีที่แล้ว +1

    Man I have never seen somone teaching better than this... Very precious and indepth
    System.out.print("Thank you brother")

  • @karimjapparov5324
    @karimjapparov5324 3 หลายเดือนก่อน

    Thank you for making these videos !

  • @ashhadharun6686
    @ashhadharun6686 8 หลายเดือนก่อน

    Your Amazing
    I like ur classes
    The way you teaching it's really amazing 🤩🤩

  • @mdoubleet2330
    @mdoubleet2330 3 ปีที่แล้ว +1

    Thank You

  • @pramodsitaprao4186
    @pramodsitaprao4186 4 ปีที่แล้ว +1

    Thanks Sir, keep going. Please upload 2-3 video in a day by taking some time.

  • @niharikamudinla5895
    @niharikamudinla5895 ปีที่แล้ว

    Thanks for the detailed explanation of the whole course

  • @tinpham6413
    @tinpham6413 3 ปีที่แล้ว

    You are the best. Step by step tutorial

  • @LoneRaashid
    @LoneRaashid 4 ปีที่แล้ว +1

    You sound like mufti menk.. by the way your way of teaching is great

  • @jan5504
    @jan5504 ปีที่แล้ว

    Very well explained! Thank you so much!

  • @ketara1234od
    @ketara1234od ปีที่แล้ว

    THANK YOU VERY MUCH ! YOU ARE THE BEST TEACHER

  • @meaimlessboy
    @meaimlessboy หลายเดือนก่อน

    Thank you brother 🙂

  • @avnishkumar7331
    @avnishkumar7331 4 ปีที่แล้ว +6

    Hey bro I am stuck at a point where after typing the command "javac Welcome.java"
    The result is
    Javac is not recognised as an internal or external command, operable program or batch file.
    Pls help me out waiting for your reply thank you.

    • @sumantaadak5541
      @sumantaadak5541 4 ปีที่แล้ว +4

      I am also stuck with the same problem

    • @avnishkumar7331
      @avnishkumar7331 4 ปีที่แล้ว

      @@sumantaadak5541 I tried to install the intelijidea again and it worked I made sure that while copying the path in the properties I don't type % and any other symbols.
      You have to go to the properties again and in the environment settings you will have to paste the path of the intelijidea again without any symbol just copy the path and paste it as it is and it will run properly.
      Thank you

    • @sumantaadak5541
      @sumantaadak5541 4 ปีที่แล้ว

      @@avnishkumar7331 intelijidea means?
      I don't know

    • @avnishkumar7331
      @avnishkumar7331 4 ปีที่แล้ว

      @@sumantaadak5541 have you watched the 7th lec where the installation of java was taught watch that video again and follow all the steps just don't put any symbols while pasting the path symply copy the path and paste it as it is.

    • @sumantaadak5541
      @sumantaadak5541 4 ปีที่แล้ว +1

      @@avnishkumar7331 ohhh yeah yeah ! Actually I skipped the 7 th lecture .
      Thank you for the information

  • @lokeshbablu2168
    @lokeshbablu2168 9 หลายเดือนก่อน +4

    I don't understand this video..😢😢

  • @selamzerihun8739
    @selamzerihun8739 ปีที่แล้ว

    good work king, love you

  • @Haha-nr6ng
    @Haha-nr6ng 2 ปีที่แล้ว +1

    if you get this error ---> error: package system does not exist
    go back to notepad and change the 's' in system.out from small case to upper case. (System.out) -- CAPITAL 'S'

  • @Th3RaWa
    @Th3RaWa 3 ปีที่แล้ว

    Love your style, thanks.

  • @kaushalbhagrath6346
    @kaushalbhagrath6346 3 ปีที่แล้ว +1

    hi!!! I must say your content and style of explaining things is really helpful. I had concern may be you can get time and help me out. Not able to use Intelij IDEA. Some Error of DSL 111, which restricting me to use Intelij IDEA.

  • @justpaulo
    @justpaulo 4 ปีที่แล้ว +6

    Anyone got this error? (the Welcome.class seems to have been well generated)
    "C:\Users\ps\Desktop>java Welcome
    Error: Could not find or load main class Welcome
    Caused by: java.lang.ClassNotFoundException: Welcome
    "

    • @justpaulo
      @justpaulo 4 ปีที่แล้ว

      "java " works...🤔:
      "C:\Users\ps\Desktop>java Welcome.java
      Hello World!"

    • @AbhishekSingh-cu1fe
      @AbhishekSingh-cu1fe 3 ปีที่แล้ว

      I don't have PC😢

    • @wog4299
      @wog4299 ปีที่แล้ว

      @@AbhishekSingh-cu1fe ❤

  • @AmitKumar-nq7xr
    @AmitKumar-nq7xr 3 ปีที่แล้ว

    My according it's very helpful. That's why make more video

  • @stavroskonstantinou9495
    @stavroskonstantinou9495 4 ปีที่แล้ว +2

    Error: A JNI error has occurred, please check your installation and try again
    Exception in thread "main" java.lang.UnsupportedClassVersionError: Welcome has been compiled by a more recent version of the Java Runtime (class file version 57.0), this version of the Java Runtime only recognizes class file versions up to 52.0

    • @janisinz
      @janisinz 4 ปีที่แล้ว +2

      Go to add/remove programms - uninstall JavaSE runtime. Keep only Java SE Delevopment Kit (JDK).

  • @ifeanyichukwujohn9150
    @ifeanyichukwujohn9150 ปีที่แล้ว

    Thanks sir for this. It's useful

  • @masterzeck5244
    @masterzeck5244 5 หลายเดือนก่อน

    Thanks sir!

  • @anandrp8456
    @anandrp8456 2 ปีที่แล้ว

    superb class

  • @MoAdel92
    @MoAdel92 4 ปีที่แล้ว +1

    بسم الله ماشاء الله عليك يا استاذ علي

  • @bhajarangabali430
    @bhajarangabali430 3 ปีที่แล้ว

    Public class welcome {
    Public static void main(string[ ] args){
    System .out println("Avi"). }
    }

  • @AbhishekSingh-cu1fe
    @AbhishekSingh-cu1fe 3 ปีที่แล้ว

    Thank you sir.. that was great!

  • @diptilaad4382
    @diptilaad4382 4 ปีที่แล้ว +1

    Hello sir, please make video lectures on Network Theorems for AC circuits

  • @DaiMoscv
    @DaiMoscv 2 ปีที่แล้ว

    Very cool, I didn't know about it

  • @gilbertrpino6229
    @gilbertrpino6229 3 ปีที่แล้ว

    I really like your videos keep it up bro :)

  • @pesanduransen2254
    @pesanduransen2254 2 ปีที่แล้ว

    Error: A JNI error has occurred, please check your installation and try again
    Exception in thread "main" java.lang.UnsupportedClassVersionError: Welcome has been compiled by a more recent version of the Java Runtime (class file version 57.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    how can i fix this :(
    please help

  • @ahmadkakarr
    @ahmadkakarr 4 ปีที่แล้ว

    Please tell me. Which is better ecosystem java or c#?

  • @ChandanSingh080
    @ChandanSingh080 4 ปีที่แล้ว

    Thanks again sir...

  • @AhmedMohamed-or9fr
    @AhmedMohamed-or9fr ปีที่แล้ว

    You r the best please make course about flutter and ios and android

  • @Shivam-eh5fc
    @Shivam-eh5fc 4 ปีที่แล้ว +1

    Please sir atleast upload 3 videos in a day

  • @LunaKirby
    @LunaKirby ปีที่แล้ว

    If it’s saying path not found try this > cd one drive then cd desktop

  • @user-su9us6px7n
    @user-su9us6px7n ปีที่แล้ว

    C:\Users\prudh>cd Desktop
    The system cannot find the path specified.
    kindly please help me to fix this.

  • @destexb4381
    @destexb4381 4 ปีที่แล้ว

    Jvm has to be installed seperately for doing this?

  • @thedeepak2001
    @thedeepak2001 3 ปีที่แล้ว

    When I am entering the command in the command prompt it showing the result not found .it shows like this .....what I have to do now sir

  • @harleen7013
    @harleen7013 9 วันที่ผ่านมา

    There is one wrong information provided in this video....
    it is not necessary to name the class same as the name of the file.....

  • @omi_tym_pss
    @omi_tym_pss 2 ปีที่แล้ว

    Sir you said that tha file name should be same as class name what if I have many classes

  • @harshshelke2821
    @harshshelke2821 4 ปีที่แล้ว +2

    Even if the file extension is java ...cmd is saying that file not found...what should I do..😟🥺😭

  • @gammersunity4117
    @gammersunity4117 4 ปีที่แล้ว

    Your classes are owsome,but somewhere I made mistake I can't know what it is,it doesn't show as yours

  • @rajeswarig4091
    @rajeswarig4091 2 ปีที่แล้ว

    thank you so much no words for your explanation

  • @samsonsafo8417
    @samsonsafo8417 2 ปีที่แล้ว

    If you’re on Mac, cmd is same as terminal as you may know

  • @rishabdas1092
    @rishabdas1092 4 ปีที่แล้ว +1

    in my cmd it is showing that javac' is not recognized as an internal or external command,
    operable program or batch file.

    • @theamanpanchal
      @theamanpanchal 4 ปีที่แล้ว

      did you add it to environment path?

    • @aleganskywalker5362
      @aleganskywalker5362 9 หลายเดือนก่อน

      ​@@theamanpanchal hello bro can u telle how to fix this i am having same problem

  • @TheRick439
    @TheRick439 ปีที่แล้ว

    why is the cmd not working with the program i created to compress even doing evething like explain?

  • @princenikki12
    @princenikki12 4 ปีที่แล้ว +1

    Computer Networks please

  • @shivamnolkha4470
    @shivamnolkha4470 4 ปีที่แล้ว +1

    Thank you sir !

  • @manasprajapati4353
    @manasprajapati4353 ปีที่แล้ว

    I cannot navigate to desktop : C:\Users\xxxxxx>cd Desktop
    The system cannot find the path specified. its showing this .

  • @viveksingh8443
    @viveksingh8443 2 ปีที่แล้ว

    i cannot locate the desktop in cmd with "cd Desktop ".plz help i have windows 11

  • @tweeto3331
    @tweeto3331 2 ปีที่แล้ว +1

    it was going great till my laptop didn't recognize the javac command

  • @menaazfatima5013
    @menaazfatima5013 3 ปีที่แล้ว

    my cmd shows system cannot find the path as i give cd desktop command

  • @KSPatel-kl6xo
    @KSPatel-kl6xo 4 ปีที่แล้ว +1

    Nice

  • @shaikaltaf5737
    @shaikaltaf5737 4 ปีที่แล้ว

    You are just closing your project and creating new one but before that tell how to save the project in intellij so that we can open it and run when we want

  • @Dperns
    @Dperns 2 ปีที่แล้ว

    Hello Im using Mac and cant follow the compiling part

  • @debabratagogoi9038
    @debabratagogoi9038 4 ปีที่แล้ว +1

    nice👍👍

  • @manasa7522
    @manasa7522 3 ปีที่แล้ว +1

    The system cannot find the path specified is the error msg

  • @TECHNICALPRATIKKUMARBHAI
    @TECHNICALPRATIKKUMARBHAI 3 ปีที่แล้ว +2

    I see error on my desktop after doing this why error is coming anyone help me to correct it

    • @nbk330
      @nbk330 3 ปีที่แล้ว +1

      which type of error u r getting

    • @TECHNICALPRATIKKUMARBHAI
      @TECHNICALPRATIKKUMARBHAI 3 ปีที่แล้ว +1

      @@nbk330 now my problem is solved thx for asking

  • @suheabkhan2546
    @suheabkhan2546 4 ปีที่แล้ว +1

    Nyc sir

  • @divonharrison2204
    @divonharrison2204 ปีที่แล้ว

    when i run the command (java Welcome.java) i got an error. how can i fix this pls

  • @cadmanpk4885
    @cadmanpk4885 3 ปีที่แล้ว +1

    when i type javac command it says an error.
    even i also downloaded the java

    • @saibhavaniprasadpotukuchi754
      @saibhavaniprasadpotukuchi754 3 ปีที่แล้ว +1

      same :(

    • @Jmeskill
      @Jmeskill 3 ปีที่แล้ว +1

      ​@@saibhavaniprasadpotukuchi754 I had the same issue, I think it's because he switched from having his class called Welcome to calling it Main.
      Try this: in notepad -
      public class Welcome{
      public static void main(String[] args){
      System.out.println("Welcome to Java!");
      }
      }
      Save it as Welcome.java
      Go to cmd and navigate to the desktop
      Type Javac Welcome.java
      You should be able to execute it now with Java Welcome in cmd
      Hope it helps, sorry it's two months later.

    • @sudhirbrar4614
      @sudhirbrar4614 3 ปีที่แล้ว

      I am not able to command desktop 😵😵😵

    • @sudhirbrar4614
      @sudhirbrar4614 3 ปีที่แล้ว

      @@Jmeskill help me out of this

  • @sharau.99
    @sharau.99 4 ปีที่แล้ว

    Sir can you please start teaching Python please?

  • @jradlr
    @jradlr ปีที่แล้ว

    done

  • @syedzainalizaidi6766
    @syedzainalizaidi6766 6 หลายเดือนก่อน

    7:00 Guys.....Trust me I am not able to understand what does tha "Badran" means in that CMP as in my PC it ain't showing that up!
    Please if anyone could DO REPLY!

    • @itachi5291
      @itachi5291 6 หลายเดือนก่อน

      Bro it's the name of the user of the computer.

  • @manasa7522
    @manasa7522 3 ปีที่แล้ว

    hello....sir..i am getting error while compiling....near cd desktop ...any suggestions from u

    • @vishnupriya_6380
      @vishnupriya_6380 3 ปีที่แล้ว

      same

    • @viveksingh8443
      @viveksingh8443 2 ปีที่แล้ว

      @@vishnupriya_6380 how you guys sort out this problem?plz help

  • @kenjohnsiosan9707
    @kenjohnsiosan9707 2 ปีที่แล้ว

    thank you sir.

  • @saimohan5376
    @saimohan5376 4 ปีที่แล้ว

    Why only Desktop???

  • @kavyareddy5898
    @kavyareddy5898 3 ปีที่แล้ว

    Sir pls make videos on python plss sir

  • @chinua2518
    @chinua2518 3 ปีที่แล้ว

    My question is opened to anyone for answers, how do I go about compiling Java on Linux.

  • @AjayChauhan-ot2ss
    @AjayChauhan-ot2ss 2 ปีที่แล้ว

    please upload python vedio soon

  • @SurajKumar-ru3yu
    @SurajKumar-ru3yu 2 ปีที่แล้ว

    error: package system does not exist
    system.out.println("valo sucks");
    ^
    please help sir

    • @be_a_changer9859
      @be_a_changer9859 2 ปีที่แล้ว +1

      In system it should have capital S.
      System
      Because Pascal convention rule .
      First letter should be S

  • @Mithsan
    @Mithsan 2 ปีที่แล้ว

    System.out.print("Thank you Sir😊");

  • @Ravikumar-gj6qw
    @Ravikumar-gj6qw 4 ปีที่แล้ว +3

    Ur a computer or what ur speaking like that only bro

    • @kostavsheoran1530
      @kostavsheoran1530 4 ปีที่แล้ว +1

      the teacher is russian probably, bu he knows his stuff

  • @chinmayapradhan968
    @chinmayapradhan968 3 ปีที่แล้ว

    Write the code peoperly you will definitely get the answer ex: System. Not system.

  • @viswanathanviswanathan8874
    @viswanathanviswanathan8874 ปีที่แล้ว

    please teach HTML

  • @jamesroy9027
    @jamesroy9027 4 ปีที่แล้ว +1

    ERROR:
    C:\Users\DELL\Desktop>javac Main.java
    Main.java:5: error: reached end of file while parsing
    {
    ^
    1 error

  • @user-kx3sh6uk2r
    @user-kx3sh6uk2r 8 หลายเดือนก่อน

    that feeling when you have a mac💀

  • @removed8790
    @removed8790 2 ปีที่แล้ว

    I LOVE INDIA WOOO

  • @GOSAITA777
    @GOSAITA777 ปีที่แล้ว

    ❤❤❤

  • @karthik_meda
    @karthik_meda 4 ปีที่แล้ว

    Amo sir I can't understand any one in that??

  • @tontonbooc8850
    @tontonbooc8850 3 ปีที่แล้ว

    1 error

  • @adisstube765
    @adisstube765 2 ปีที่แล้ว

    exelence

  • @dhiraj.govindvira
    @dhiraj.govindvira 4 ปีที่แล้ว

    download sublime text 3 😘😘

  • @acercomputer6714
    @acercomputer6714 3 ปีที่แล้ว

    I had error:I

    • @Jmeskill
      @Jmeskill 3 ปีที่แล้ว

      I had the same issue, I think it's because he switched from having his class called Welcome to calling it Main.
      Try this: in notepad -
      public class Welcome{
      public static void main(String[] args){
      System.out.println("Welcome to Java!");
      }
      }
      Save it as Welcome.java
      Go to cmd and navigate to the desktop
      Type Javac Welcome.java
      You should be able to execute it now with Java Welcome in cmd
      Hope it helps, sorry it's two months later.

  • @russellmakoni3808
    @russellmakoni3808 3 ปีที่แล้ว

    U sound lyk an angry russian villain

  • @madhuranaik6270
    @madhuranaik6270 4 ปีที่แล้ว

    Thanku so much sir it's really useful.