Article Index
Page 5 of 5
4.) Create a launch configuration
- Click the arrow next to the Run button (the green arrow) and select "Run Configurations..."
- Right-click "Eclipse Application" and select "New"
- "Main"-tab
- Name: Notes 8.5
- Run a product: com.ibm.notes.branding.notes
- Runtime JRE: Notes 8.5
- "Arguments"-tab
- Program arguments:
-personality com.ibm.rcp.platform.personality
-product com.ibm.notes.branding.notes
-debug
-console - VM arguments:
-Xshareclasses
-Drcp.home=${rcp.home}
-Dcom.ibm.rcp.install.id=${install_id}
-Drcp.install.config=user
-Dosgi.install.area=${rcp.home}\eclipse
-Dcom.ibm.pvc.osgiagent.core.logfileloc=${rcp.home}\rcp
-Dcom.ibm.pvc.webcontainer.port=0
-Declipse.pluginCustomization=${rcp.home}\rcp\plugin_customization.ini
-Declipse.registry.nulltoken=true
-Djava.protocol.handler.pkgs=com.ibm.net.ssl.www.protocol
-Djava.util.logging.config.class=com.ibm.rcp.core.internal.logger.boot.LoggerConfig
-Dosgi.hook.configurators.exclude=org.eclipse.core.runtime.internal.adaptor.EclipseLogHook
-Dosgi.framework.extensions=com.ibm.rcp.core.logger.frameworkhook
-Xbootclasspath/a:${rcp.home}\rcp\eclipse\plugins\com.ibm.rcp.base_${rcp.base_version}\rcpbootcp.jar; - Click the "Variables..." button
- Click the "Edit Variables..." button
- Add the following variables
- install_id=1255551475820
- rcp.base_version=6.2.1.20090925-1604
- rcp.home=C:\Lotus\Notes\framework
- Click "OK"
- Click "Cancel"
- Program arguments:
- "Plug-ins"-tab
- Launch with: plug-ins selected below only
- "Configuration"-tab
- Configuration file: Use an existing config.ini file as a template
- Location: C:\Lotus\Notes\Data\workspace\.config\config.ini
- Click "Apply"
- Click "Close"
Source from: http://lekkimworld.com/pages/eclipse34_notes851.html with minimal changes so that it fits to my environment and that I could use this content as basis for other howtos.