Re: [java programming] Command Prompt

2011-03-05 Thread beny kurniawan
after set a path. check at cmd f:\>javac -version javac .. its show your jdk version... ^^ and its work now.. On 3/1/11, Shashank Malhotra wrote: > C:\Program Files\Java\jdk..\bin > (jdk name is not complete in the path above, it depends on the version you > are using.. so traverse this

Re: [java programming] Command Prompt

2011-02-28 Thread Shashank Malhotra
C:\Program Files\Java\jdk..\bin (jdk name is not complete in the path above, it depends on the version you are using.. so traverse this path) add the modified copy of the above mentioned path as PATH in environment variables *How to set environment variable:* Go to control panel>system>advanced s

Re: [java programming] Command Prompt

2011-02-28 Thread Alessandro Guffanti
Hi - apparently it does not recognize the jdk ? can you type java -version at the command prompt and send the results ? Z:\>java -version java version "1.6.0_22" Java(TM) SE Runtime Environment (build 1.6.0_22-b04) Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode) Which is the exten

Re: [java programming] Command Prompt

2011-02-28 Thread Nguyen Duc Khoi
Hi Nikki I guess that you haven't set JAVA_HOME as an environment variable in your system On Mon, Feb 28, 2011 at 7:15 AM, Nikki Zoom wrote: > Hello, > > Recently, I began the Java Programming (With Passion!) course. I > finished the first section and started the homework part to type in > the