Alex Spangher
Alex Spangher

Reputation: 997

Opening .dat and .key files in the Eclipse environment

I'm working with a file system in Eclipse that includes .dat and .key files and would really like to be able to read them in the environment rather than keep an Emacs or Sublime window open on the side to read them. Does anyone know of a package to install in Eclipse that will allow them to be read?

Thanks!

Upvotes: 1

Views: 1889

Answers (1)

Boann
Boann

Reputation: 50041

I created (text) files named with .dat and .key extensions, and Eclipse would open them in its internal editor with no fuss. However, if it's not doing that for you, right-click the file from the Project Explorer, and select the editor of your choice from the 'Open With' submenu. If your files are not some kind of text format there's a hex editor plugin for Eclipse too.

Upvotes: 2

Related Questions