Making executable jar file from all orion bundles [message #1060748] |
Tue, 28 May 2013 06:52  |
Eclipse User |
|
|
|
Hi,
I have downloaded the orion project source files (client and server) to my computer and have started working on it.
I have added some server and client files under new projects that I have created.
I want to take all the orion bundles (client and server) with my new files and make them executable jar file.
How can I do it?
How can I do one jar files from all bundles?
As I understand there should be a manifest file that points to the main function, where is this main?!
...
Any help would be helpful.
Thanks,
Tsahar
|
|
|
|
|
Re: Making executable jar file from all orion bundles [message #1061058 is a reply to message #1060916] |
Wed, 29 May 2013 13:11  |
Eclipse User |
|
|
|
Not sure this is what you are talking about, but when you build a product, there is a native launcher that can be used to start your Eclipse based application. But it is the same as eclipse.exe, just renamed for branding reasons, and all it does is simplify the startup scenario a bit and show a splashscreen while the JVM and the application is started. You still have the same layout as the Eclipse IDE itself has (with each plugin in its own JAR, and a configuration directory) and still depend on a JRE to be installed in the machine for the application to start successfully.
|
|
|
Powered by
FUDForum. Page generated in 0.12451 seconds