I am running Intellij 13 Ultimate I am trying to open the web page on which I am working, And it has been opened from the file system:
file: /// user /
Instead of something like this:
http: // localhost:
The point is, other projects are going on as expected and I am unable to understand the incorrectly configured in this specific project.
How do you open page?
If you open your HTML file in IntelliJ and click Run & gt; Xxx.html should run
(or debug
), open a local host page. If not, check your run configuration ( run & gt; edit configuration
) and see the URL
field.
View & gt; Open in Browser
should work as expected.
No comments:
Post a Comment