Eclipse PDT 在浏览器中启动 HTML、JS 文件
有没有办法在 Eclipse PDT 的 Web 浏览器中启动 HTML 和 JS 文件?目前,它仅启动PHP文件,否则会出现“无法启动”对话框?谢谢!
Is there a way to Launch HTML and JS Files in a web browser in Eclipse PDT? Currently, it only launches PHP Files, else, the "Unable to Lauch" dialog appears? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
右键单击文件,选择打开宽度 ->浏览器。您可能需要根据您的喜好设置要使用的浏览器
Right Click on the file, select Open Width -> Browser. You may need to setup which browser to use under your preferences
我终于找到了!转到外部工具配置,创建新配置。在主选项卡中,输入浏览器应用程序的路径(例如/usr/bin/firefox)作为位置,然后输入“http://localhost${resource_path} “(如果您使用本地服务器)在参数中。
I found it at last! Go to External Tools Configurations, create new configuration. In Main tab, Enter the path to your browser application (ex. /usr/bin/firefox) as Location, then enter "http://localhost${resource_path}" (if your using a local server) in Arguments.