Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,


I'm new with eclipse I have the source code of eclipse but I need to insert some message box on startup of eclipse. Please tell me in which plugin do I have to add that message box? Or which plugin should I be looking into?
Posted

1 solution

Eclipse RCP?

http://www.vogella.com/eclipse.html[^]

Lars has some of the best tutorials. You should bookmark that!

The Password-Dialog should be about what you're searching:

http://www.vogella.com/articles/EclipseDialogs/article.html#tutorial_passworddialog[^]
 
Share this answer
 
Comments
Noor Yasin 12-Dec-13 9:37am    
I'm trying to compile the source code of eclipse inside eclipse IDE.
When I run the source code of eclipse IDE I want to add a message before eclipse IDE launches?? Mean some message before Eclipse Juno blue screen appears.
TorstenH. 12-Dec-13 10:52am    
ok, You can still use a lot of what Lars Vogella has there in his tutorials.

What you want is called "Splash Screen". Also often is the process of using such included in the "Branding" of an Extension.

Eclipse Branding
Eclipse Splash Screen
Noor Yasin 12-Dec-13 11:14am    
Thanks for reply's!

Well the issue is not that I want a splash screen or Password dialog. Issue is I want to add this on start up and I dont know the location to insert this code. Eclipse source code is set of plugins which does not have a single "main" class. If it was with main class I would have inserted my required code in main class just before the eclipse launch function triggered.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900