How to use the notebook to program in Java? [closed]

-1

I'm quite used to programming with Eclipse , but I heard that you can also use just the block of notes in Windows, I would like to know what procedures I have to follow to compile and interpret a java program using the notebook, of course under Windows.

    
asked by Cokoro R1 12.05.2017 в 05:51
source

1 answer

1

As the notebook is a text editor only, what you can do is save with ".java" ending, and then compile by console as the link you showed shows, that is the only way since the notebook notes alone does not have to execute the command line that is used to run the java compiler.

    
answered by 12.05.2017 / 06:44
source