i install jdk 1.5 before to install integration composer, i think i have given wrong path
i gave path like c:\programm files\java
it is should be C:\Program Files\Java\jdk1.5.0_21.
right?
becuase i can see to folder in java folder 1)jdk1.5.0_21, 2)jre1.5.0_21
or please suggest me what should be a path
thanks
janhavi
path should be given till the bin folder of jdk. It should be the folder in which it can find the java, javac, jar utilities. (batch files) In your case it should be c:\Progaram Files\java\jdk1.10_21\bin. Just check does this path have batch files...
to see this navigate to the above folder in command prompt and run the java, javac and jar commands, and it should run without asking file/command not found..