Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- notepad++ plugin nppExec
- run F6:
- npp_save
- start.bat $(FILE_NAME) $(NAME_PART)
- start.bat:
- @echo off
- set file=%1
- set class=%2
- javac %file%
- if errorlevel 1 (
- echo Error: %errorlevel%
- exit /b %errorlevel%
- )
- java %class%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement