From c11a16537de5aa11e7af40fe90ccc6dae839eca9 Mon Sep 17 00:00:00 2001 From: Iurii Sergiichuk Date: Wed, 29 Jun 2016 14:13:49 +0300 Subject: [PATCH] added JNLP info to readme --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2374209..325b1d1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ AndroidScreencast ================= [![Build Status Travis-CI](https://travis-ci.org/xSAVIKx/AndroidScreencast.svg?branch=master)](https://travis-ci.org/xSAVIKx/AndroidScreencast) +#Description -AndroidScreencast - View and control your android iDevice on PC. +AndroidScreencast application was developed to view and control your android iDevice on PC. This project gives you opportunity to use your phone even with broken screen. -Features: +##Features - No client needed - Support for Tap and Swipe gestures - Write messages using PC keyboard @@ -15,3 +16,14 @@ Features: [Small wiki of project](https://github.com/xSAVIKx/AndroidScreencast/wiki) + +## JNLP + +Application is available using Java web start technology via [androidscreencast.jnlp](http://xsavikx.github.io/AndroidScreencast/jnlp/androidscreencast.jnlp). + +### Java security configuration + +Due to Java security restriction policy, that was updated in java 7 and +is restricted even more in java 8, we're now not able to run JNLP without some security "hacks". + +To use JNLP, please follow this article: [How can I configure the Exception Site List?](https://www.java.com/en/download/faq/exception_sitelist.xml) \ No newline at end of file