[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Trying to develop my first plugin

See:  http://bugs.eclipse.org/bugs/show_bug.cgi?id=31723

The reply I recieived works! See below:

------- Additional Comments From dejan@xxxxxxxxxx 2003-02-12 18:22 -------

1) Create a new plug-in project with a name 'com.example.xyz'. Next.

2) Accept the defaults in the structure page. Next.

3) Choose 'Hello, world' from the list of templates. Next.

4) Press 'Finish'. Wait for the editor to open.

The 'Hello, World' plug-in project should be created, and editor that opens
'plugin.xml' should be up.

In the 'Welcome' page of the editor, find the bullet about running Eclipse
and click on the 'Run' hyperlink. That should open another Eclipse instance
with a blue button. When you press it, it should open a message with a
'Hello, World' text.