how shall i do it? 'path' | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how shall i do it? 'path'

when i try to do this 'path' i got some problems. the text that have to be copyed isnt ...java\jdk... for me its .. java\jre. and after this i do what i have to do in command prompt but it doesnt work.

31st Oct 2016, 4:50 PM
Adam
Adam - avatar
8 Answers
+ 3
The jdk (Java Development Kit) and the jre (Java Runtime Environment) are two different things - the jre alone can't compile your code, you will need to download the jdk. If you go inside your jre folder you won't find 'javac.exe' anywhere, and that's the one you are looking for!
31st Oct 2016, 4:55 PM
Schindlabua
Schindlabua - avatar
+ 1
oo thank you so much
31st Oct 2016, 5:00 PM
Adam
Adam - avatar
+ 1
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html - Click on 'Accept License Agreement' and pick your poison, probably Windows x64.
31st Oct 2016, 5:21 PM
Schindlabua
Schindlabua - avatar
+ 1
i shall downlaod jre SE?
1st Nov 2016, 12:06 PM
othman
othman - avatar
+ 1
"JDK is available for free at www.oracle.com under Java SDKs and Tools -> Java SE. The upcoming lessons will explain the installation and setup process."
1st Nov 2016, 12:58 PM
Julie Menezes
0
and can you tell me where can i dowbload it?
31st Oct 2016, 5:15 PM
Adam
Adam - avatar
0
because there it is written jdk. i download it and i still dont have that
31st Oct 2016, 5:17 PM
Adam
Adam - avatar
0
now im ready thanks again
31st Oct 2016, 5:21 PM
Adam
Adam - avatar