Skip to content

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

@VISTALL

Description

@VISTALL

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions