Tamar Osher wrote:Hi. I just began learning java one week ago. I cannot properly install the jdk 7 (64-bit) on my windows7 64-bit computer. Should I try to install the jdk 6?
Mohamed Sanaulla | My Blog | Author of Java 9 Cookbook | Java 11 Cookbook
When I try to do the HelloWorld, and type cd C:\java, I don't get the correct response.
What I get is a message saying...
nothing works
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors
Tamar Osher wrote:
This is what both JAVA_HOME and Path are set at:
C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Java\jdk1.7.0\bin
OCPJP
In preparing for battle I have always found that plans are useless, but planning is indispensable. -- Dwight D. Eisenhower
SCJP
Visit my download page
Tamar Osher wrote:I have already done those things. The \bin is there. I have done is so many times, so many ways, with the \bin, environmental variables, user variables, system variables, Path and JAVA_HOME, trying out all kinds of possible solutions. What can I do? Please help.
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors
No, you are mistaken there. If you had to navigate to the folder where you put the MooseGreetings.java file, you must have put the .java file in ProgramFiles, which is the wrong place to put it. I recommend you create a java folder or similar and put all your work in that. Also check your PATH very carefully. Details in our FAQ.John Judeth wrote: . . . So I assume my PATH and and JAVA_HOME values are correct. . . . .
Time is mother nature's way of keeping everything from happening at once. And this is a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|