cancel
Showing results for 
Search instead for 
Did you mean: 

sap bc developer

Former Member
0 Kudos

Hi,

I have installed sap bc developer 4.6 successfully.

But when i try to run it through start>Programs>sap bc--->sap bc developer4.6,it just flashes a window and doesnt work further.What must be the reason?

Plz help me.

Accepted Solutions (0)

Answers (1)

Answers (1)

steven_dierick
Participant
0 Kudos

See SAP NOTE 629647

The Windows version of SAP BC 4.7 is not shipped with a JVM anymore!

Therefore you need to install a JRE/JDK first. The supported JDKs for the SAP BC Runtime and for compiling services with SAP BC can be found in attached SAP note 309834.

After installing the JRE/JDK you have to perform one of the following options:

  • Copy the content of the JRE directory to <server>\jvm and <developer>\jvm, where <server> and <developer> are the installation directories of the SAP BC 4.7 Server and SAP BC 4.7 Developer respectively. Thus you don't need to update the server.bat and integrator.bat.

Example: If your JDK/JRE is installed in c:\jdk1.3.1, then copy the content of c:\jdk1.3.1\jre to the jvm directory.

  • Edit the server.bat and integrator.bat and set the JAVA_ROOT variable to the location of the JDK on your system.

Example: If your JDK/JRE is installed in c:\jdk1.3.1, then change server.bat as follows:

SET JAVA_ROOT=C:\jdk1.3.1\jre