prabakaran ramu
prabakaran ramu

Reputation: 71

How can I show the windows file explorer in the RCP application?

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

Answers (1)

Rich Seller
Rich Seller

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

Related Questions