Community
Participate
Working Groups
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.
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