Entering content frame

Procedure documentation Starting the Developer Studio Using a Batch File Locate the document in its SAP Library structure

 

In general, you start the Developer Studio using the desktop shortcut or the Windows start menu. Using a batch file provides you with an alternative and very flexible option.

For this purpose, simply create a batch file (.bat) and specify the required start parameters there. In this way, you can also use several batch files as configuration files in order to start the Developer Studio – depending on requirements – using different start parameters.

Example

The following batch file assigns a specific workspace and a Java VM as start parameters and also makes sure that all errors and log information are written to the console.

 

cd C:\Program Files\SAP\JDT\eclipse

SapIde.exe -consolelog -debug -data C:\Eclipse\MyWorkspace -vm C:\j2sdk1.4.2\jre\bin\javaw.exe

 

 

 

Leaving content frame