Ryan Plymire 14.May.09 02:29 PM a Web browser Installation6.2Windows XP
Hi, I have been trying to get the expeditor toolkit installed into eclipse and I have been running into a few issues.
I have j2se 1.6 installed.
I downloaded the new eclipse 3.4.
I downloaded expeditor, went into eclipse, went to help, and installed expeditor.
I am now trying to run the property broker sample but I am having the following errors:
Description Resource Path Location Type
Bundle 'org.eclipse.core.runtime' cannot be resolved MANIFEST.MF com.ibm.rcp.samples.propertybroker.color/META-INF line 9 Plug-in Problem
Bundle 'org.eclipse.ui' cannot be resolved MANIFEST.MF com.ibm.rcp.samples.propertybroker.color/META-INF line 8 Plug-in Problem
Bundle org.eclipse.core.commands cannot be resolved build.properties com.ibm.rcp.samples.propertybroker.color line 21 Plug-in Problem
Bundle org.eclipse.core.contenttype cannot be resolved build.properties com.ibm.rcp.samples.propertybroker.color line 24 Plug-in Problem
Bundle org.eclipse.core.jobs cannot be resolved build.properties com.ibm.rcp.samples.propertybroker.color line 25 Plug-in Problem
Bundle org.eclipse.core.runtime cannot be resolved build.properties com.ibm.rcp.samples.propertybroker.color line 15 Plug-in Problem
Bundle org.eclipse.equinox.app cannot be resolved build.properties com.ibm.rcp.samples.propertybroker.color line 28 Plug-in Problem
Bundle org.eclipse.equinox.common cannot be resolved build.properties com.ibm.rcp.samples.propertybroker.color line 20 Plug-in Problem
Bundle org.eclipse.equinox.preferences cannot be resolved build.properties com.ibm.rcp.samples.propertybroker.color line 30 Plug-in Problem
Bundle org.eclipse.equinox.registry cannot be resolved build.properties com.ibm.rcp.samples.propertybroker.color line 16 Plug-in Problem
Bundle org.eclipse.jface cannot be resolved build.properties com.ibm.rcp.samples.propertybroker.color line 26 Plug-in Problem
Bundle org.eclipse.osgi cannot be resolved build.properties com.ibm.rcp.samples.propertybroker.color line 18 Plug-in Problem
Bundle org.eclipse.swt cannot be resolved build.properties com.ibm.rcp.samples.propertybroker.color line 17 Plug-in Problem
Bundle org.eclipse.ui cannot be resolved build.properties com.ibm.rcp.samples.propertybroker.color line 19 Plug-in Problem
Bundle org.eclipse.ui.workbench cannot be resolved build.properties com.ibm.rcp.samples.propertybroker.color line 23 Plug-in Problem
The project was not built since its build path is incomplete. Cannot find the class file for org.eclipse.ui.IViewPart. Fix the build path then try building this project com.ibm.rcp.samples.propertybroker.color Unknown Java Problem
The type org.eclipse.ui.IViewPart cannot be resolved. It is indirectly referenced from required .class files ColorSwatchHandler.java com.ibm.rcp.samples.propertybroker.color/src/com/ibm/rcp/samples/propertybroker/color/views line 29 Java Problem
Unknown extension point: 'org.eclipse.ui.perspectives' plugin.xml com.ibm.rcp.samples.propertybroker.color line 13 Plug-in Problem
Unknown extension point: 'org.eclipse.ui.views' plugin.xml com.ibm.rcp.samples.propertybroker.color line 21 Plug-in Problem
A maximum of 1 'wire' elements can be specified. plugin.xml com.ibm.rcp.samples.propertybroker.color line 102 Plug-in Problem
I was messing around and noticed that in my lotus notes directory and see that there are many jars in the framework folder, both in he eclipse and the rcp/eclipse folders. I noticed if I copy my eclipse install into the rcp/eclipse directory, and copy the other eclipse directory into the Lotus notes directory, the build errors go away, but I still receive errors when I attempt to run as > run client configuration > run, stating there are missing bundles.
Is there a class path I have to set somewhere that I missed? I am stumped.
I changed the target path from the rcp/eclipse one to the one without eclipse and now I am just having this one error:
Description Resource Path Location Type
Bundle org.eclipse.equinox.app cannot be resolved build.properties com.ibm.rcp.samples.propertybroker.color line 28 Plug-in Problem
Also in the VM Name it says com.ibm.rcp.j2se.win32.x86, is this right? This has been a little buggy because when I change it back and forth between this and j2se 1.6 it changes the java version to 1.5 and leaves it.