Hi Everyone,
I have downloaded eclipse-examples-3.5.2-win32.zip and it has no source file in it.
I can install examples and I confirmed that by going to Window -> Show View -> Other -> SWT Examples. I can even run them. But the problem here is how to run them as a project. I cannot view any java files.
If I understand correctly, you've installed the contents of this ZIP
into your Eclipse configuration. If this is true, then you should be
able to open the "Plug-ins" view, right-click on
org.eclipse.swt.examples and select "Import As > Source Project". This
should create a new project for you containing the source.
HTH,
Wayne
Khurshid wrote:
> Hi Everyone,
> I have downloaded eclipse-examples-3.5.2-win32.zip and it has no source
> file in it.
>
> I can install examples and I confirmed that by going to Window -> Show
> View -> Other -> SWT Examples. I can even run them. But the problem here
> is how to run them as a project. I cannot view any java files.
>
> Can anyone help me please?
>
> Khurshid