Compile and Run Java Application in Notepad++

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 พ.ย. 2024

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

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

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

  • @mr.ashuanand10M
    @mr.ashuanand10M 2 ปีที่แล้ว +2

    Thanks .... Finally my problem solved

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

    Thanks man it's really working

  • @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

  • @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?

  • @JJJJ-gl2uf
    @JJJJ-gl2uf 2 ปีที่แล้ว

    Thank you.

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

    super Video thanks a lot

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

    Love u thanks lot❤️

  • @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

  • @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))

  • @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: th-cam.com/video/51Fh5Q5xdaY/w-d-xo.html

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

    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?

  • @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?

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

    Thankyou @BoostMyTool