How to compile and run JAVA programs in Notepad++ on Windows 10 [2021 Update] Notepad++ and JAVA 17

Поділитися
Вставка
  • Опубліковано 23 лис 2024

КОМЕНТАРІ • 49

  • @GeekyScript
    @GeekyScript  3 роки тому +4

    Did this tutorial help you to compile and run JAVA programs in Notepad++?
    Comment Now!! and Let me know your opinion... And Please SUBSCRIBE for more!
    Also, you can Support my work through UA-cam Thanks!

  • @r.dedits-_-5852
    @r.dedits-_-5852 2 роки тому +1

    Thank you so much man, I had a problem for two days that I was trying to solve the code and it didn't run and it was watching your video that I got it.💖😊

  • @keylanoslokj1806
    @keylanoslokj1806 Рік тому +1

    Thanks for the great guide good sir. What is the best beginner book for learning Java?

    • @GeekyScript
      @GeekyScript  Рік тому

      I always recommend to go through Herbert Schildt's complete reference in java.. atleast once in life..

  • @robc2104
    @robc2104 2 місяці тому +1

    Only tutorial that worked for me

    • @GeekyScript
      @GeekyScript  2 місяці тому +1

      Glad to help!
      ► Follow me on Instagram: instagram.com/geekyscript/
      ► Subscribe to Geeky Script Vlog Channel: www.youtube.com/@GeekyScriptVlogs?sub_confirmation=1
      ► Subscribe to Geeky Script Channel: www.youtube.com/@geekyscript?sub_confirmation=1

  • @pivege
    @pivege 2 роки тому +2

    Gracias por tanta dedicación y estudios en esta materia.....buen trabajo me sirvió. para correr mi .java en Notepad++

  • @pranayshinde8510
    @pranayshinde8510 2 роки тому +1

    javac: file not found: Demo.java
    Usage: javac
    use -help for a list of possible options
    This error.....

  • @the_men_53
    @the_men_53 4 місяці тому +1

    Thanku so much brother ✨💖

    • @GeekyScript
      @GeekyScript  3 місяці тому +1

      Most welcome ❤❤ Also, watch Complete ECommerce tutorial ⏩ ua-cam.com/video/76E2QmjhRtQ/v-deo.html and WordPress Tutorial Playlist ⏩ ua-cam.com/video/qt2BQt7uPbs/v-deo.html

  • @Anonymousgaming523
    @Anonymousgaming523 11 місяців тому +2

    Sir Please help me i have some problems

  • @jolinabermudez4584
    @jolinabermudez4584 2 роки тому +1

    IT WORKS PERFECTLY! THANKYOUSOMUCH!

  • @JibinCiby
    @JibinCiby 9 місяців тому +1

    Thank you:)

    • @GeekyScript
      @GeekyScript  9 місяців тому

      You're welcome!
      Also Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/ and
      www.youtube.com/@GeekyScriptVlogs/

  • @tfb2024-2nd
    @tfb2024-2nd Рік тому +1

    How do i fix
    CreateProcess() failed with error code 2:
    El sistema no puede encontrar el archivo especificado.?
    I followed the steps correctly, but this shows up when i try to run it

    • @tfb2024-2nd
      @tfb2024-2nd Рік тому

      I have the latest Java installed

    • @GeekyScript
      @GeekyScript  Рік тому

      share ur code pls

    • @tfb2024-2nd
      @tfb2024-2nd Рік тому

      @@GeekyScript i followed the exact same steps as you, but i get that error 2 error

    • @Snehhirapara
      @Snehhirapara Рік тому

      @@GeekyScript class HelloWord{
      public static void main(String args[]){
      System.out.println("Hello Word!!");

      }
      )

    • @GeekyScript
      @GeekyScript  Рік тому +1

      @@Snehhirapara The ending parenthesis is wrong. It will be "}" not ")"
      class HelloWord{
      public static void main(String args[]){
      System.out.println("Hello Word!!");

      }
      }

  • @ashwiniingawale9125
    @ashwiniingawale9125 2 роки тому +1

    NPP execute option is not present

  • @pr1nt355
    @pr1nt355 2 місяці тому +1

    Thank you1!

    • @GeekyScript
      @GeekyScript  2 місяці тому

      You're welcome!! ❤ ❤
      ► Follow me on Instagram: instagram.com/geekyscript/
      ► Subscribe to Geeky Script Vlog Channel: www.youtube.com/@GeekyScriptVlogs?sub_confirmation=1
      ► Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax?sub_confirmation=1

  • @rohan5618
    @rohan5618 3 роки тому +2

    Thank you ♥️

  • @vibevthvassu
    @vibevthvassu Рік тому

    Not installing and install option is disabled how to get it ?

  • @DracoMalfoy-ty4pt
    @DracoMalfoy-ty4pt 2 роки тому

    Is there any shortcut that we can use to run the program instead of going to plugins and doing all that stuff?

  • @kura7992
    @kura7992 2 роки тому +1

    thanks very much

  • @AjithKumar-mc9fx
    @AjithKumar-mc9fx 2 роки тому +1

    Thank you

  • @mrrahel9074
    @mrrahel9074 Рік тому

    please send me pin code or source code thats you use for execute

  • @vyvu3872
    @vyvu3872 11 місяців тому

    CD: C:\users\crossover\Documents
    Current directory: C:\users\crossover\Documents
    javac helloworld.java
    ; about to start a child process: "javac helloworld.java"
    CreateProcess() failed with error code 2:
    File not found.
    IF: $(EXITCODE)!=0
    EXIT
    ================ READY ================
    how can I solve this problem

    • @meshackandoh2794
      @meshackandoh2794 10 місяців тому

      Please was your error code solve

    • @vyvu3872
      @vyvu3872 10 місяців тому

      @@meshackandoh2794 no i just used vscode instead

    • @emilpaul1679
      @emilpaul1679 4 місяці тому

      same issue

    • @igmemes386
      @igmemes386 17 днів тому

      Same issue

  • @noconfusion25
    @noconfusion25 Місяць тому

    terrible

  • @Cosmic-ey
    @Cosmic-ey 8 місяців тому +1

    thx so much :)

    • @GeekyScript
      @GeekyScript  8 місяців тому

      Welcome 😊 ❤
      Also Subscribe to Geeky Syntax Channel: www.youtube.com/@geekysyntax/ and
      www.youtube.com/@GeekyScriptVlogs/

  • @rohan5618
    @rohan5618 3 роки тому +1

    Thank you ♥️

  • @atharvadeshmukh6328
    @atharvadeshmukh6328 3 роки тому +1

    Thank you!

  • @Towla
    @Towla 11 місяців тому +3

    Thanks!

    • @GeekyScript
      @GeekyScript  11 місяців тому

      Thanks a lot friend. Really appreciated :)