0

I build a RCP application.And I want to use the java editor to open the java file.So how could I connect to the java editor when I double click the java file,the RCP application will open the file with the java editor that the eclipse owns?

user2301210
  • 399
  • 3
  • 12
  • I'm not sure that is possible. That eclipse editor is built into Eclipse. You can either open the file with Eclipse in which case you will use the editor or you can just use something else. (Notepad++) – Zuko Aug 17 '14 at 08:50

1 Answers1

0

Assuming you're on Windows, simply:

1) Open Windows file manager

2) Select Tools, Folder Options

3) Configure .java files to open with Eclipse

These links provide additional details, if needed:

FoggyDay
  • 11,962
  • 4
  • 34
  • 48