Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

[Windows 10] "Open Application" does not work in Java MicroProfile projects #126

Open
sujeilyfonseca opened this issue Jun 27, 2019 · 1 comment

Comments

@sujeilyfonseca
Copy link

Environment:

  • Codewind version: Latest Development Version (codewind-0.2.0-201906271741.zip)
  • Eclipse version: 2019-06 (4.12.0)
  • OS: VM with Windows 10

Description:
In Java MicroProfile projects, when you click "Open Application" in Eclipse/Windows 10, a window opens asking you if you want to save the file or if you want to open it online, but the application does not open.

Screen Shot 2019-06-27 at 2 29 45 PM

Steps:

  1. Install and start the Codewind plugin for Eclipse
  2. Create a Java MicroProfile project
  3. Right click on the created project
  4. Click on "Open Application"

@jagraj

@eharris369
Copy link
Contributor

eharris369 commented Jun 27, 2019

This is because the Eclipse internal browser on Windows does not support the content of that page. Probably the best thing to do in this case would be to change the content of the page rather than have the plugin check the project type and the platform and open an external browser. I suppose that users could add code to their project that will also break the browser on Windows but at least the default page should be made to work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants