Reputation: 71
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?
Upvotes: 1
Views: 686
Reputation: 84038
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.
Upvotes: 1