For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 3 voices, and was last updated 15 years, 1 month ago by
support-swapna.
-
AuthorPosts
-
Timothy VogelMemberWhen adding views to an RCP application, the right click menu only has “Generic” as a choice. Based on a Google search, this indicates that the RCP bundles are not installed. I have reviewed the Software Center but can not find the install for these bundles.
Is there a pre-built install for RCP development within MyEclipse or do I have to add the bundles by hand? If by hand, can you list for me the correct bundles?
installed build MyEclipse for Spring 9 (Profile) 2.0.0.0000000002 com.poweredbypulse.profile-1708800-rmb-1994100
May 20, 2011 at 3:34 am #316933
support-joyMembertvogel,
Please provide below details –
1. Copy and paste your installation details. Refer – https://www.genuitec.com/forums/topic/troubleshooting-how-to-view-the-installation-details/&highlight=
2. Please provide detailed steps to reproduce this issue.
3. Clear your .log file located at [your workspace dir]/.metadata/.log, replicate steps and attach file. Refer – https://www.genuitec.com/forums/topic/troubleshooting-how-to-upload-attachments-on-forum/&highlight=
4. Attach a screenshot of the issue you are facing to help me get a visualJuly 11, 2011 at 7:19 pm #318133
Timothy VogelMemberInstallation Details
*** Date:
Monday, July 11, 2011 8:08:01 PM EDT** System properties:
OS=WindowsVista
OS version=6.1.0
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 9.0
Build id: 9.0-20110318*** Eclipse details:
MyEclipse for SpringVersion: 9.0
Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
D:\dev\MyEclipse for Spring\MyEclipse for Spring 9\myeclipseforspring.exe
-name
Myeclipseforspring
–launcher.library
d:\dev\MyEclipse for Spring\MyEclipse for Spring 9\../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_3.2.0.v201103301700\eclipse_3215.dll
-startup
d:\dev\MyEclipse for Spring\MyEclipse for Spring 9\../Common/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-install
d:\dev\MyEclipse for Spring\MyEclipse for Spring 9
-configuration
d:\dev\MyEclipse for Spring\MyEclipse for Spring 9\configuration
-vm
d:\dev\MyEclipse for Spring\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dllSteps to recreate:
1. Create a new project
2. Choose Plug-in Project as project type
3. Choose options to have the wizard create an RCP application with a view and branding
4. Open Manifest.MF in XML editor
5. Choose the Extensions tab
6. Right click on views then choose New. The only option that is available is GenericNo errors were generated in the log file.
There was no option to attach a screenshot.
July 13, 2011 at 4:43 am #318189tvogel ,
Thank you for the steps.I could see the issue at my end.
I will discuss it with the dev team and get back to you.
Sorry for the inconvenience caused.July 14, 2011 at 12:03 am #318209tvogel ,
MyEclipse is not an IDE targeted for RCP development so we do not include all RCP bundles. That said, you will need to include Eclipse RCP JDK to be able to work with RCP applications.
Go to MyEclipse Configuration Center > Software tab. In the Browse Software section type RCP. You will see Eclipse RCP JDK under Eclipse 3.6( Helios) Discovery > Uncategorized section. Add it to the profile, apply the changes and follow the wizard. Restart the IDE when prompted.This should get you working with RCP applications.
Also take a look at this thread which details about RCP development in Eclipse and the required features to be added to Eclipse for the same. You can work on the same lines with MyEclipse.
http://www.vogella.de/articles/EclipseRCP/article.htmlHope this helps.
July 14, 2011 at 7:13 am #318222
Timothy VogelMemberSwapna,
Thanks that fixed the issue.I did have an additional problem that the companion library could not be found after the install. I followed the instructions in https://www.genuitec.com/forums/topic/install-of-rcp-sdk-ontop-of-8-6-causes-quot-companion-erro/&start=0&postdays=0&postorder=asc&highlight=companion+shared+library which resolved that issue.
July 14, 2011 at 11:04 pm #318238tvogel ,
Glad that it is working.
Do let us know if you have any other issues. -
AuthorPosts

