Compile and Run Java Application in Notepad++

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

КОМЕНТАРІ • 21

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

    " Thanks Man " Its realy helped me out.....

  • @mr.ashuanand10M
    @mr.ashuanand10M 2 роки тому +2

    Thanks .... Finally my problem solved

  • @brianmichelleromeroflores4666
    @brianmichelleromeroflores4666 3 роки тому +3

    error: invalid flag: new
    Usage: javac
    use --help for a list of possible options
    Error: Could not find or load main class new
    Caused by: java.lang.ClassNotFoundException: new? :c

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

    Thanks man it's really working

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

    Hi BoostMyTool. So I came across a plugin called Java plugin. So if I use this plugin, it will work same as nnpExec?

  • @averagetoxic1490
    @averagetoxic1490 2 роки тому

    super Video thanks a lot

  • @JJJJ-gl2uf
    @JJJJ-gl2uf 2 роки тому

    Thank you.

  • @watch_more7
    @watch_more7 2 роки тому

    Love u thanks lot❤️

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

    I got error when i compiling MainClass. java 38: error : class, interface, enum, or record expected. No HelloWorld there

    • @BoostMyTool
      @BoostMyTool  3 роки тому

      You need to check your source code. maybe you have spelling errors or missing key words

    • @viteng8094
      @viteng8094 3 роки тому

      Hello World is compiled))

  • @ammsali77
    @ammsali77 2 роки тому

    I am getting and below error message, what is the reason for the error
    Error: Could not find or load main class HelloWorldApp
    Caused by: java.lang.ClassNotFoundException: HelloWorldApp

    • @edim.2254
      @edim.2254 2 роки тому

      Add java -classpath . $(NAME_PART) to your NppExec.
      Your classpath is not your current directory

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

    java --version doesn't exist what should i do

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

      you need to install java and to set the environment variables. you can follow this video: ua-cam.com/video/51Fh5Q5xdaY/v-deo.html

  • @tahsintasnim9440
    @tahsintasnim9440 3 роки тому

    Test.java:5: error: unmappable character for encoding Cp1252
    I got this error, can you please help

    • @ThatGuy68580
      @ThatGuy68580 3 роки тому

      that is an error in your own program not the video

    • @BoostMyTool
      @BoostMyTool  3 роки тому

      It seems that your file is not a simple txt file. Please create the file as explained in the interval 0:45 to 1:25. Also you need to check the quotation marks : did you use " or ❞ ? you should use "

  • @KUMARSUMITDAS
    @KUMARSUMITDAS 3 роки тому

    Apka to add aa rha h kaise?

  • @geraldinejns
    @geraldinejns 2 роки тому

    Thanks for the video. However, I added this line of code in nppExec (java -classpath.$(NAME_PART). I still get the error(cannot find symbol MainFrame myFrame = new MainFrame(); ) that error message falls under MainClass. The other error message is under the MainFrame (to long to write can I email you?

  • @gauravshinde8767
    @gauravshinde8767 3 роки тому

    Thankyou @BoostMyTool