How do you open the Eclipse web browser?

后端 未结 5 897
没有蜡笔的小新
没有蜡笔的小新 2021-02-01 17:09

Eclipse has a web browser, but I don\'t know any straightforward way to open it. I know that if you go to the Eclipse market place and ask for more results it\'ll open, and if

相关标签:
5条回答
  • 2021-02-01 17:15

    The Web and Java EE perspective will reveal a button on the toolbar to open a new web browser.

    Also, from Window > Show View you find the Internal Web browser view.

    The former acts as an editor tab, the later not.

    0 讨论(0)
  • 2021-02-01 17:17

    For Eclipse 4.6.3,

    select Window > Preferences > (in the left pane)select )"General" tab and 'Web Browser'

    // See figure below;

    0 讨论(0)
  • 2021-02-01 17:18

    Right click a file in left Project Navigator, and in the pop up context menu, chse Open with ..., and then you can find it in sub menu.

    Actually, I don't like to use it.

    0 讨论(0)
  • 2021-02-01 17:28

    Eclipse Version: 2020-06 (4.16.0)

    You can follow these steps in Eclipse.

    Windows => Show View => Other => Internet Web Browser
    

    0 讨论(0)
  • 2021-02-01 17:38

    You can add the button and menu option to launch the Internal Web Browser to any perspective. Right click on the toolbar and select "Customize Perspective...". Then click the Command Groups Availability tab and check the Web Browser command group in the list on the left to make it available.

    0 讨论(0)
提交回复
热议问题