Skip to content

Commit

Permalink
added JNLP info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xSAVIKx committed Jun 29, 2016
1 parent 9cb36b9 commit c11a165
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)

0 comments on commit c11a165

Please sign in to comment.