i set the path for java like
set path=c:\Program Files\JavaSoft\jdk.....\bin
but its not working.
its showing an error like javac is not recognised.
what can i do.
could you please tell me what path i can set.
Answer / lopa
set path=C:\Program Files\Java\jdk1.5.0\bin
i think this may work
| Is This Answer Correct ? | 1 Yes | 1 No |
how to run the application using winrunner for data driven test?
The employee runs big client-server applications and must quickly transfer large files. The company wants the best cost/benefit on this connection. What would be the most practical solution?
hi can any one tell me.... do we need to use color catridge also in HP Deskjet 630C series printer.... i have kept only black catridge but its not working.......
convert this 13 letters in two words. ATFREVOHIULFL
I had started working on QTP, but i am facing an problem of object not found while run the test script, pls help in out of this problem ..?
i set the path for java like set path=c:\Program Files\JavaSoft\jdk.....\bin but its not working. its showing an error like javac is not recognised. what can i do. could you please tell me what path i can set.
according to class7 how can we give description on pendrive?
Windows xp operating system . Remove some unnecessary software or any packages not removed in windows xp.
i have my general error it not an scripts error folder called regsvr.exe which resides in windows and also it is running behind when when ever i start my system. i thought i would be a virus ,but i gone with many antivirus that never shows me any error. i not able to delete the folder.
how to upload asset master data through LSMW in sap fi?
I have got one job selection order from DECON ENGG(HRD), he told me to send 2000 rs of demand draff i have send the demand draff after some time a got a job selection order in banglore but he have written that u have to give 550 rs of Guidency fees in bangalore i dont understant what to do
//jobname positional parms,keyword parms,.... Restart=step3 //.. //.. //.. //step3 exec=xxxx //... //step4 exec=yyyy,cond=(0,Le,step3) //.. //step5 exec=zzzz Restart =step 3 executes step3.Step 3 gives some return code.In step 4,the test is passed as 0 is less than step 3.So step 4 is bypassed and is not executed. and the program is responsible for issuing the return code that was not even loaded in the main storage. The result: no return code can exist In the steps that follow any test of COND parameter tat attempts to interrogate this non-existent return code will be ignored . Step 5 will be e executed. IN THIS EXAMPLE WHAT DOES XXXX YYYY ZZZZ MEAN?? PLEASE CAN ANYONE SAY...