Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.sun.net.httpserver.HttpServer is not part of java.base module (java9+ issue) #86

Open
VISTALL opened this issue Apr 15, 2019 · 0 comments

Comments

@VISTALL
Copy link

VISTALL commented Apr 15, 2019

Hello.

There a problem with this code https://github.com/Haehnchen/idea-php-toolbox/blob/master/src/main/java/de/espend/idea/php/toolbox/remote/RemoteListenerComponent.java#L19

HttpServer is is not part java.base module. It's not even public API. (for now it's compiled and running without problem - but internal api is internal api)

Maybe use built-in server for this implementation (org.jetbrains.io.BuiltInServer) ? Or write new via netty?

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

No branches or pull requests

1 participant