Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Eclipse Plugin Standalone deployment in Linux(Deploy a plugin as a standalone application)
Eclipse Plugin Standalone deployment in Linux [message #521728] Thu, 18 March 2010 11:32 Go to next message
Eclipse UserFriend
Hello everyone,

I am trying to deploy a plugin that I wrote in eclipse RCP as a standalone application in linux. I have a class that extends the IApplication class and I have extended the:
org.eclipse.core.runtime.applications point to and tied it to my Application class.

I also have a product file with all arguments defined. When I go to export my application everything appears to go smoothly and all the files are generated into the specified directory.

My problem is that I have no idea of how to actually run it. In Windows a .exe file is generated but here there is nothing except for jars and xml files. I don't understand how I am suppose to run my app with these.

The dir structure looks like this:
|-RulesEditor
|---p2
|-----org.eclipse.equinox.p2.core
|-------cache
|-----org.eclipse.equinox.p2.engine
|-------profileRegistry
|---------profile.profile
|---plugins
|-----org.eclipse.jdt.debug_3.5.0.v20090526
|-------META-INF
|-----org.junit_3.8.2.v20090203-1005
|-------META-INF
|-------about_files
|-repository
|---plugins

Anyone have an idea of how I can actually launch my application? Did I mess up in my export process?

Thanks for your help
Eugene
Re: Eclipse Plugin Standalone deployment in Linux [message #521765 is a reply to message #521728] Thu, 18 March 2010 12:54 Go to previous messageGo to next message
Eclipse UserFriend
Are you developing and deploying on linux? Or are you trying to deploy
from windows?

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm
Re: Eclipse Plugin Standalone deployment in Linux [message #521769 is a reply to message #521765] Thu, 18 March 2010 13:15 Go to previous message
Eclipse UserFriend
Hey thanks for the quick reply. I am developing for Linux(Red Hat) and I've managed to figure out why the executable was not created. Apparently I had some errors in some unused code which caused it to fail.

Thanks for your help!
Previous Topic:RCP Classes Apr. 12-May 28
Next Topic:WizardDialog's Cancel Button
Goto Forum:
  


Current Time: Thu Jun 19 00:20:15 EDT 2025

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

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

Back to the top