Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 367257

Summary: While launching the RCP client with Eclipse3.6 nothing happen, No error logs display
Product: [Eclipse Project] Platform Reporter: Sunil Rai <sunilultra>
Component: RuntimeAssignee: platform-runtime-inbox <platform-runtime-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 4.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Sunil Rai CLA 2011-12-20 18:10:32 EST
Build Identifier: 20100617-1415

Current plat form:
eclipse3.4, RAD6.0 and WAS6.0 (Build UI in RCP using Eclipse3.4) JDK1.4
To upgrade the system to 
eclipse3.6, RAD7.0 and WAS6.1 (Migrate UI in RCP using Eclipse3.6) JDK 1.5
To launch the client the we are using WSLauncher. We upgrade the Program and VM agrguments parameters but when we launch the application it is not throwing any exception or error but process getting terminated.
I am using following lines to get the Login Dailog box (Login Dailog implemented in RCP)
I tried First Approach
String[] args = new String[]{"-product", com.XYZ.rcp.main.MainApp"}
org.eclipse.core.launcher.Main.main(agrs);

both lines geting executed successfully but no error message or exception thrown

I tried Second approach
String[] args = new String[]{"-product", com.XYZ.rcp.main.MainApp"}
org.eclipse.equinox.launcher.Main.main(agrs);

for these case I am getting message error loading hook: com.ibm.cds.CDSHookConfigurator
java.lang.NoclassDefFoundError: org.eclipse.osgi.baseadaptor.Hookconfigurator
exception. We add the org.eclipse.osgi_3.2.3.R32x_v20071108 but still I am getting the exception.

Can any one give me suggestion how to resolve the "First Approach" or "Second Approach"



Reproducible: Always

Steps to Reproduce:
1.Mentioned in the description
2.
3.
Comment 1 Paul Webster CLA 2011-12-21 07:23:04 EST
You need to ask questions like this in the newsgroups/forums listed at http://www.eclipse.org/forums/  I'd try Platform or RCP forum.

PW