0

How to write code in Windows 10 for java

No compiler got yet Jdk app not working properly Internet not helpful

30th Dec 2018, 9:15 AM
Mayank Khandelwal
Mayank Khandelwal - avatar
4 Answers
+ 3
You need to update the directory of your jdk in the registry
30th Dec 2018, 9:19 AM
Gordon
Gordon - avatar
+ 3
Add "edu" when you Google search, and check some installation tutorial of university courses, which are more accurate.
30th Dec 2018, 9:24 AM
Gordon
Gordon - avatar
+ 2
download netbeans or eclipse and if you don't already have jdk google download jdk and in the official site find download link and instructions. watch a youtube video if you still find it difficult
30th Dec 2018, 9:25 AM
Asirap
0
I googled this for you. I still think your problem is mainly adding the JDK bin directory to path. Source: https://www3.ntu.edu.sg/home/ehchua/programming/howto/JDK_Howto.html Step 2 highlighted: Use the "File Explorer", goto "C:\Program Files\Java" to inspect these folders. Take note of your JDK installed directory, in particular, the varying upgrade number, which you will need in the next step. Step 3: Include JDK's "bin" Directory in the PATH Pt4 under step 3: For Windows 10 (newer releases): You shall see a TABLE listing all the existing PATH entries (if not, goto next step). Click "New" ⇒ Enter the JDK's "bin" directory "c:\Program Files\Java\jdk-10.0.{x}\bin" (Replace {x} with your installation number!!!) ⇒ Select "Move Up" to move this entry all the way to the TOP. If not above problem, uninstall jdk and follow the steps from beginning.
31st Dec 2018, 3:33 AM
Gordon
Gordon - avatar