views:

114

answers:

1

I would like to create a Eclipse RCP application, in which I need to show the Windows file Explorer in the View. Can anyone help in this?

+1  A: 

Do you really need to show the explorer? wouldn't it be sufficient to display the contents of the file system in a standard SWT widget?

There's a tutorial on using JFace and SWT to create a file explorer you might find useful.

Rich Seller