cancel
Showing results for 
Search instead for 
Did you mean: 

java path error

Former Member
0 Kudos

hi gurus

i am facing a problem while installing SAP IDES on my desktop(windows XP) but am facing the problem in JAVA PATH settings.

can anyobdy please tell me the step by step JAVA path settings to resolve my probem?

thanks in advance..

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

go to Run

type - > regedit

in u r registry

select

HKEY_LOCAL_MACHINE

SOFTWARE

JAVASOFT

JAVARUNTIME ENVIRONMENT

JAVA 1.4.2_12

on the right side you will find path for Java_home

copy the same

go to mycomputer properties advanced environment variables create one entry

JAVA_HOME

<the copied text eg. C:\Program Files\Java\j2re1.4.2_13>

now go to cmd

type java

it should work

Please provide points if helpful

Regards

Balamurugan.P

Former Member
0 Kudos

Hai ,

When ur gng to instal java once finished

go to Run -> Type cmd -> path - enter

just copy tht path

go to properties of computer .

click on advance -> environment variable -.path -edit-> paste the path here click on apply and ok .

just go to command prompt go to c drive

c: /java -> enter

if it woprks ur path is succes .

try it any doubts revert back to me .

Regards ,

venkat

markus_doehr2
Active Contributor
0 Kudos

i am facing a problem while installing SAP IDES on my desktop(windows XP) but am facing the problem in JAVA PATH settings.

which problem?

can anyobdy please tell me the step by step JAVA path settings to resolve my probem?

What´s the output of "java -version" if you execute that in a cmd.exe?

Markus