Hello Friends,
My Name is karunakar,I am trying to install 4.7 sap in my pc , every thing went fine up to network card, 1. after installed java when i tried to check whether the java installed properly or not with java,javac ,it is saying cannot recognised,when i typed path it is showing path ,
2. When i tried to install RDBMS oracle 8.1 after clik on server.cmd the script window is blinked but not opened ,
I dont know what was the problem, which file is missing
Please help me to solve the above problems
Have a great day
Thanks & Regards
Karunakar
problem in Installing 4.7
-
- Posts: 1
Re: problem in Installing 4.7
check it the folder name may be u have given D:/sap 4.7ee/oracle 9i/ like these. plz remove the space b/w charecter, if u give then u give oracle_9i like that.
Re: problem in Installing 4.7
Even after removing the space between character the issue persists.
-
- Posts: 6
Re: problem in Installing 4.7
Hi karunakar,
Please check the j2sdk version, ie 1.4.2.x (not higher than this)
Like this→j2sdk-1_4_2_12-windows-i586-p.exe
After installing java you need to set the environment variables (mandatory)
without java you cannot start installation because to pop-up your installation screen it's required java
To set environment variables
Go to My Computer→Right click→properties→advance tab→below environment variables→Top in user variables Click New Tab→
variable name: JAVA_HOME
variable value: C:\j2sdk1.4.2_12 (Where java installed)
Below system variables
Go to Path→edit→
variable name: same (do not change)
variable value : same (do not change) at the end ;C:\j2sdk1.4.2_12\bin
Ok and save it
Go to CMD→hit→java & javac
It gives some values
OK and start your installation
Thanks
Ramesh Nair
Please check the j2sdk version, ie 1.4.2.x (not higher than this)
Like this→j2sdk-1_4_2_12-windows-i586-p.exe
After installing java you need to set the environment variables (mandatory)
without java you cannot start installation because to pop-up your installation screen it's required java
To set environment variables
Go to My Computer→Right click→properties→advance tab→below environment variables→Top in user variables Click New Tab→
variable name: JAVA_HOME
variable value: C:\j2sdk1.4.2_12 (Where java installed)
Below system variables
Go to Path→edit→
variable name: same (do not change)
variable value : same (do not change) at the end ;C:\j2sdk1.4.2_12\bin
Ok and save it
Go to CMD→hit→java & javac
It gives some values
OK and start your installation
Thanks
Ramesh Nair