Bohn
Bohn

Reputation: 26929

Viewing the web page inside EClipse

So my first Web and JavaScript project with EClipse: I created a File->New General Project in EClipse and I added a New File to the project called myFirstPage.htm and I wrote some Hello World Javascript code in it, If I browse to the htm file on hard drive where the EClipse Workspace is saved, Yes I can open that page and shows my the hello world alert message. But if I click on the WebBrowser icon inside EClipse IDE it open a webpage that has no address in its address bar and well doesn't show the message either. I think there are more setting I should do in EClipse to see this page, but what are they?

Thanks

Upvotes: 0

Views: 189

Answers (1)

Shashank Kadne
Shashank Kadne

Reputation: 8101

Right Click your html file > open with > Web browser

Upvotes: 1

Related Questions