项目作者: vakho10

项目描述 :
Chrome's native messaging example project for Java.
高级语言: Java
项目地址: git://github.com/vakho10/Native-Messaging.git
创建时间: 2016-04-04T13:46:01Z
项目社区:https://github.com/vakho10/Native-Messaging

开源协议:

下载


Native-Messaging

Chrome’s native messaging example project for Java.

Project structure:

  • App - contains chrome’s extension for native messaging example.
  • App_Native - contains native application (java project).
  • Host - native messaging host (+ registry file).
  • Web - contains a simple website which send and receives message from native app.

If you are using eclipse, use maven’s eclipse plugin:

  1. cmd: cd App_Native
  2. cmd: mvn eclipse:eclipse