user651584
user651584

Reputation: 49

Opening HTML File with Eclipse

I'm using Eclipse IDE for Java Developers Version: Helios Service Release 1 and I want to open an HTML file to make changes, but it opens my .html file in my web browser instead of the HTML text editor I've used before. How do install a text editor to edit my HTML files in Eclipse?

Upvotes: 1

Views: 10041

Answers (3)

unknown
unknown

Reputation: 1

Just right click on the HTML file you want to open and click on OPEN WITH and select web browser.

Upvotes: 0

Ashwin
Ashwin

Reputation: 1960

You didnt't find it? Please be very clear about your question (Edit it, add more explanation)

Regarding the question I can guess you do not have WTP (Web Tools Platform) for Eclipse.

Find it here: http://www.eclipse.org/webtools/

If you ask me to be more clear about the answer, I would also ask you the same. :)

Upvotes: 2

Jake Hendy
Jake Hendy

Reputation: 313

If you can't open the HTML file, try adding the Web Package. I forget it's name. It's in the Eclipse repo under Help > Install additional software.

Upvotes: 0

Related Questions