Posts

Showing posts from January, 2019

Setting up Java environment on your PC to write Java codes

Image
This article shows where you will get required software for java to run on your computer. And how you will set up environment to write and run your first Java programming code. Installation : Before to write any java program need to install JDK (Java Development Kit), which is let to write java and compile it. Download JDK from the oracle site with following link: https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html After downloaded install this JDK to your PC. After finishing installation you need to set up JDK compiler to you PC. Go to C:\Program Files\Java\jdk1.8.0_121\bin from windows explorer and copy that link. After that go to My Computer or This PC and right click this and from pop up menu click the Properties tab. After that click the Advance system settings link. On Advanced section click the Environment Variables button. On the Environment Variables tab of System variables section select Path variable. Click