Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » 32 bit rcp on 64 bit eclipse(How to port 32 bit rcp application on 64 bit eclipse (64 bit java))
32 bit rcp on 64 bit eclipse [message #637707] Mon, 08 November 2010 08:13 Go to next message
Eclipse UserFriend
Hi everybody,
i am trying to port a 32 bit rcp appliation developed on 32 bit java on a 64 bit eclipse with 64 bit java , i am getting an error saying some of the plugin jar are not avilable
Problems occurred getting the plug-ins in this container

Required plug-in could not be found: org.eclipse.equinox.security.win32.x86.source

Required plug-in could not be found: org.eclipse.equinox.launcher.win32.win32.x86

Required plug-in could not be found: org.eclipse.rap.ui.templates

Required plug-in could not be found: org.eclipse.equinox.security.win32.x86

Required plug-in could not be found: org.eclipse.epp.package.rcp

Required plug-in could not be found: org.eclipse.core.filesystem.win32.x86

Required plug-in could not be found: org.eclipse.mylyn.pde.ui

Required plug-in could not be found: org.eclipse.rap.ui.intro

Required plug-in could not be found: org.eclipse.core.net.win32.x86

Required plug-in could not be found: org.eclipse.swt.win32.win32.x86

Required plug-in could not be found: org.eclipse.core.resources.win32.x86

Required plug-in could not be found: org.eclipse.rap.help

Required plug-in could not be found: org.eclipse.rap.ui.launch

Required plug-in could not be found: org.eclipse.swt.win32.win32.x86.source

the above described plugins are of win 32 bit
so please suggest me how to port the 32 bit application on 64 bit
Re: 32 bit rcp on 64 bit eclipse [message #637905 is a reply to message #637707] Tue, 09 November 2010 05:09 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

I think it is possible to do it using Plugin Developement Environment (PDE). Please post your question in the Plugin Developement Environment newsgroup so that you find the right way to do it.
Re: 32 bit rcp on 64 bit eclipse [message #637911 is a reply to message #637707] Tue, 09 November 2010 05:28 Go to previous messageGo to next message
Eclipse UserFriend
Check that all the required plugins are located in your target platform or in your eclipse plugin's directory. Plugins itself are not specific for 32bit or 64bit, they run on both architectures. The only exception are the (exported) products launcher .exe and specific swt dll's.

You should at least need the eclipse delta pack to export a product with 32bit Launcher artifacts (the exe) on an 64bit eclipse.
Re: 32 bit rcp on 64 bit eclipse [message #637943 is a reply to message #637911] Tue, 09 November 2010 07:31 Go to previous message
Eclipse UserFriend
Thanks Rhodan for your suggestion
this has sloved my problem.
Previous Topic:Selection of Text under Linux
Next Topic:why is not JFace based on generics?
Goto Forum:
  


Current Time: Sun Jul 06 07:55:36 EDT 2025

Powered by FUDForum. Page generated in 0.04350 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top