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

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

SimplyCoded

8 лет назад

12,169 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

SimplyCoded
SimplyCoded - 08.06.2016 21:56

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

Ответить
Gabriel Tobing
Gabriel Tobing - 23.03.2021 18:49

Attention: Plugin manager is now called plugin admin.

Ответить
Prajesh
Prajesh - 29.10.2020 08:49

how to compile html commands in the console?

Ответить
ERICZONg1
ERICZONg1 - 16.10.2020 20:39

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

Ответить
Daniel G.
Daniel G. - 02.05.2020 01:06

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?

Ответить
Egriff
Egriff - 20.01.2019 21:01

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

Ответить
Skyler Lester
Skyler Lester - 09.02.2018 03:22

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!

Ответить
Brosinity
Brosinity - 07.01.2018 06:18

I hope someone reads this comment since the last comments is from last year ...
anyway I have a problem with this plugin "nppexec". my input is:
----------------------------------------------------
cd $(CURRENT_DIRECTORY)
javac $(FILE_NAME)
java $(NAME_PART)
----------------------------------------------------

and the console output says:

----------------------------------------------------
starting child process: "javac HelloWorld . java"
java.lang.ClassNotFoundException: HelloWorld
---------------------------------------------------

There is nothing printed... no output eighter.

Can someone help me?

Ответить
Gex
Gex - 31.07.2017 18:57

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

Ответить
MagicQuest
MagicQuest - 05.03.2017 07:53

Never mind i fixed it!

Ответить
Artem Thuma
Artem Thuma - 05.01.2017 20:58

Your tutorials are fantastic!

Ответить
Seis
Seis - 10.12.2016 08:34

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?

Ответить
Jhon Christian Ubaldo
Jhon Christian Ubaldo - 16.11.2016 16:27

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

Ответить
Aman Mittal
Aman Mittal - 29.09.2016 19:01

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

Ответить
Scarlett Kynoch
Scarlett Kynoch - 13.09.2016 20:39

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

Ответить
Turag Anwar
Turag Anwar - 17.08.2016 17:16

Hey I am facing this problem while trying to run it on Notepad ++, I have done all the stuff you told in the video, can you please help me out with this ? Thanks in Advance.

javac Driver.java

================ READY ================
java Test
java.lang.UnsupportedClassVersionError: Test : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
Exception in thread "main"
================ READY ================

Ответить
eeramzi
eeramzi - 09.06.2016 02:18

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

Ответить
Pentox
Pentox - 08.06.2016 22:32

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++

Ответить