cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

Netsight java client & high resolution screens = solved

Netsight java client & high resolution screens = solved

Zdeněk_Pala
Extreme Employee


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

Damon_Nicoli
New Contributor


I don't see any difference between the Before and After sections - what needs to change?

Any help would be greatly appreciated.

M_Nees
Contributor III
Code is lost during Extremes Portal migration...

here the needed code in used .jnlp file.

+property name="sun.java2d.dpiaware" value="false"/+

BR

Ahmed_Haroun
New Contributor III
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.

Zdeněk_Pala
Extreme Employee
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.
Regards Zdeněk Pala
GTM-P2G8KFN