
Setting Up and Testing Local Java Development Environment
The Java Development Toolkit ( JDK ) must be downloaded and installed. In Windows 8, the default installation path is:
1 |
C:\Program Files\Java\jdk1.8.0 |
Step #1: Confirm if Java is installed Open the Command Prompt (Press Win + R, and type cmd, press Enter ). […]