To develop in Java, you do not need much. Once the SDK installed, everything needed to generate files "executable" is installed.
A simple text editor such as Notepad enough. However, for convenience, you can use Blue J, which brings together all the useful functions for developing in Java without any head.
Running a Java program and compatibility:
Running a Java program:
To run Java applications on your system, you need what is called a virtual machine. This virtual machine will interpret the code compiled code generated from the files. Java (and thus the sources of the program).
The compilation of files. Java files. Class is using the javac NomFichier.java. To run this file that has been generated, you must use the java FileName (without. Class).
Bookmarks