Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Source code for eclipse.exe?
Source code for eclipse.exe? [message #25368] Mon, 06 October 2008 17:45 Go to next message
Eclipse UserFriend
Originally posted by: doddsie.verizon.net

Where can I find the source code for eclipse.exe?

Or

how can I hook into the startup?

Previously, I replaced startup.jar, but would like a more elegant solution.

Cheers,

Dave
Re: Source code for eclipse.exe? [message #25606 is a reply to message #25368] Tue, 07 October 2008 11:13 Go to previous message
Eclipse UserFriend
Source code for the exe is in :
dev.eclipse.org/cvsroot/rt/org.eclipse.equinox/framework/bun dles/org.eclipse.equinox.executable
Source code for the startup.jar replacement (since 3.3) is the
org.eclipse.equinox.launcher bundle at that same location.

Starting in 3.4, the launcher can use any .jar to start up. Specify
-startup on the command line. The launcher will read the Main-Class
manifest header to find the main class. It requires that class to have a
constructor with no arguments, and to have a method "int run(String [])"

-Andrew

doddsie wrote:
> Where can I find the source code for eclipse.exe?
>
> Or
>
> how can I hook into the startup?
>
> Previously, I replaced startup.jar, but would like a more elegant solution.
>
> Cheers,
>
> Dave
>
>
Re: Source code for eclipse.exe? [message #582423 is a reply to message #25368] Tue, 07 October 2008 11:13 Go to previous message
Eclipse UserFriend
Source code for the exe is in :
dev.eclipse.org/cvsroot/rt/org.eclipse.equinox/framework/bun dles/org.eclipse.equinox.executable
Source code for the startup.jar replacement (since 3.3) is the
org.eclipse.equinox.launcher bundle at that same location.

Starting in 3.4, the launcher can use any .jar to start up. Specify
-startup on the command line. The launcher will read the Main-Class
manifest header to find the main class. It requires that class to have a
constructor with no arguments, and to have a method "int run(String [])"

-Andrew

doddsie wrote:
> Where can I find the source code for eclipse.exe?
>
> Or
>
> how can I hook into the startup?
>
> Previously, I replaced startup.jar, but would like a more elegant solution.
>
> Cheers,
>
> Dave
>
>
Previous Topic:Headless build of several features
Next Topic:Controlling Jars to be signed with pde build
Goto Forum:
  


Current Time: Sun Oct 05 08:30:37 EDT 2025

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

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

Back to the top