Netsight java client & high resolution screens = solved
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-25-2017 08:20 AM
As native java client is not DPI aware there should be text
added in the "resources" section of .jnlp files. Otherwise the applications are not readable on hi-dpi displays.
have fun!
Z.
P.S. Thanks to Zdenek Tlusty for finding that
Regards
Zdeněk Pala
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-23-2019 12:17 AM
I don't see any difference between the Before and After sections - what needs to change?
Any help would be greatly appreciated.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-17-2019 12:54 PM
Code is lost during Extremes Portal migration...
here the needed code in used .jnlp file.
+property name="sun.java2d.dpiaware" value="false"/+
BR
here the needed code in used .jnlp file.
+property name="sun.java2d.dpiaware" value="false"/+
BR
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-28-2017 05:51 PM
This is Great , Thank you for saving my eyes 🙂
for anyone else having the same problem , edit the JNLP file using Wordpad.
The below section before edit:
------
http://java.sun.com/products/autodl/j2se";
version="1.6+"
java-vm-args="-Xmx512M"
/>
-----
after editing it should look like this:
---
http://java.sun.com/products/autodl/j2se";
version="1.6+"
java-vm-args="-Xmx512M"
/>
----
Works like a charm.
for anyone else having the same problem , edit the JNLP file using Wordpad.
The below section before edit:
------
version="1.6+"
java-vm-args="-Xmx512M"
/>
-----
after editing it should look like this:
---
version="1.6+"
java-vm-args="-Xmx512M"
/>
----
Works like a charm.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-27-2017 04:52 AM
I am not author, but as I understand it you need to download the jnlp file (instead of run it from the browser save it) and edit it with some file editor. Once edited, just execute it.
Good luck
Z.
Good luck
Z.
Regards
Zdeněk Pala
