04 - Compile & Run in Notepad++ | Java Tutorials

preview_player
Показать описание
Install the Notepad++ plugin 'NppExec' to add a console to your editor that allows you to compile and run your java program.

| Language
Java (.java /.class)

| Code Example
javac $(FILE_NAME)
java $(NAME_PART)
Рекомендации по теме
Комментарии
Автор

If you don't use Notepad++ feel free to skip this video.

SimplyCoded
Автор

this is honestly a lifesaver, you spared me the frustration of using the CMD, thank you!!

ericzong
Автор

Attention: Plugin manager is now called plugin admin.

GabrielTobing
Автор

thats a lot of commands to try to make it have a console for output of code. I am new to Notepad++ and newbie coder but in general the easiest way without having to tinker with Notepad++ is to run the file on cmd right?

DannyOvox
Автор

Just out of curiosity, do you know if there's a way to use the native command prompt in Windows? I'm not the biggest fan of Notepad++'s console.

Love your videos!

skylerlester
Автор

wow never knew that note++ is this much capable. Great video thanks a lot.

eeramzi
Автор

how to compile html commands in the console?

Twentizz
Автор

please help, after every line it says "CR LF". Is that bad?

dedede
Автор

I still don't understand how to get plugins manager in notepad++. Can someone please help me!

amanmittal
Автор

Hi. sorry for off topic comment but i want to make a 100% hidden file that cannot be accessed unless typed the correct password in the input field and all that using the vbs code in notepad++

pentox
Автор

So I'm doing this 6 months after you posted this and NppExec is still gives that warning before I try to install it. Is it safe to assume that this is normal for NppExec?

HaiImSixx
Автор

keep this error why ? i follow your code but its still saying error

driver.java:3: error: cannot find symbol
public static void main (string [] args)
^
symbol: class string
location: class test
1 error

jhonchristianubaldo
Автор

when I type in java Test it says ready but doesn't print out the hello there

gex
Автор

What do you do if it says it's an unsupported class?

scarlykyn
welcome to shbcf.ru