Hi I am new to servlet and jsp, if any mistake in my question please for give me. Is it necessary to have a .java file to run any .html file on eclipse?
Asked
Active
Viewed 91 times
0
-
Please reword, what do you mean by 'run'? – chsbellboy Mar 25 '16 at 05:09
-
It is best to avoid updating a question with additional questions unrelated to the original post. That just creates confusion, especially as you will have old answers that now appear unrelated or incomplete. Please put new/additional questions under a new question. – chsbellboy Mar 25 '16 at 05:30
-
1@chsbellboy , I removed the question thanks for suggestion. – Naseer Ahammed Mar 25 '16 at 05:33
1 Answers
0
Eclipse will display an HTML file without any .java files in the same project.
Just right click your HTML file in eclipse and select Open with -> Web Browser
.

chsbellboy
- 490
- 2
- 15