Akhil Mishra

Greenhorn
+ Follow
since Mar 02, 2016
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
10
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Akhil Mishra

Thank you very much. i got it. i will practice the examples . i think it is worth the effort if i am not in a rush to complete the book.
thank you again.
7 years ago
thank you very much for your guidance..
7 years ago
dear friends

I am learning Java from " head first java" book. This is my first language and till the 2nd chapter , every thing was fine. From the third chapter on wards, i am having trouble understanding some of the programs. Although, i can understand the theory, some of the program is making no sense to me.

Please guide me if I should continue reading the book and skip the programs which i am not able to understand , for now or I keep repeating till it makes sense?
Is it that it will start to make sense afterwords when i complete the book?

Kindly guide me.

Thank you friends.
7 years ago
Thank you very much. I appreciate your patience.
8 years ago
so does that mean it is all correctly set?
8 years ago
yes. it says: java version "1.8.0_72"


here javac -version is also being displayed as : javac 1.8.0_72
8 years ago
yes . i was able to execute that.

c:\program files\java\jdk1.8.0_72\bin

i got into the folder in the command line.

java -version is being displayed.
but javac -version says: 'javac' is not recognized as an internal or external command?
8 years ago
i did not understand that. does it mean getting in that folder in command line? sorry for the trouble.
8 years ago
BY TYPING echo %JAVA_HOME% it says

c:\program files\java\jdk1.8.0_72

sorry i typed it wrong.

installed it in :c:\program files\java\jdk1.8.0_72\bin
8 years ago
BY TYPING echo %JAVA_HOME% it says

c:\program files\java\jdk1.8.-_72
8 years ago
echo %path% shows :

%JAVA_HOME%\bin;C:\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\

is it ok?
8 years ago
i thought that it will also show some version.
8 years ago
thank you very much . its working now.

but still javac -version not working. Am i doing some thing wrong there also?
8 years ago
hi everyone.

i read beginning java faq and did set the path for java. but still it does not work. kindly help.


when i type java-version or javac-version, it says:
java-version or javac-version is not recognized as internal or external command.

when i type java, the long list of statements come.

.
i am new to programming and expect to get help.

thank you every one.
8 years ago