Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 13:13 Go to next message
Bhargava is currently offline BhargavaFriend
Messages: 3
Registered: November 2010
Location: sf
Junior Member

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 10:09 Go to previous messageGo to next message
Lakshmi P ShanmugamFriend
Messages: 279
Registered: July 2009
Location: India
Senior Member
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.


Lakshmi P Shanmugam
Re: 32 bit rcp on 64 bit eclipse [message #637911 is a reply to message #637707] Tue, 09 November 2010 10:28 Go to previous messageGo to next message
Rhodan76 Mising name is currently offline Rhodan76 Mising nameFriend
Messages: 71
Registered: July 2009
Member
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 12:31 Go to previous message
Bhargava is currently offline BhargavaFriend
Messages: 3
Registered: November 2010
Location: sf
Junior Member

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: Fri Apr 26 11:43:48 GMT 2024

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

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

Back to the top