Skip to content

Commit c11a165

Browse files
committed
added JNLP info to readme
1 parent 9cb36b9 commit c11a165

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
AndroidScreencast
22
=================
33
[![Build Status Travis-CI](https://travis-ci.org/xSAVIKx/AndroidScreencast.svg?branch=master)](https://travis-ci.org/xSAVIKx/AndroidScreencast)
4+
#Description
45

5-
AndroidScreencast - View and control your android iDevice on PC.
6+
AndroidScreencast application was developed to view and control your android iDevice on PC.
67

78
This project gives you opportunity to use your phone even with broken screen.
89

9-
Features:
10+
##Features
1011
- No client needed
1112
- Support for Tap and Swipe gestures
1213
- Write messages using PC keyboard
@@ -15,3 +16,14 @@ Features:
1516

1617

1718
[Small wiki of project](https://github.com/xSAVIKx/AndroidScreencast/wiki)
19+
20+
## JNLP
21+
22+
Application is available using Java web start technology via [androidscreencast.jnlp](http://xsavikx.github.io/AndroidScreencast/jnlp/androidscreencast.jnlp).
23+
24+
### Java security configuration
25+
26+
Due to Java security restriction policy, that was updated in java 7 and
27+
is restricted even more in java 8, we're now not able to run JNLP without some security "hacks".
28+
29+
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 commit comments

Comments
 (0)