Skip to content
Snippets Groups Projects
Commit 3acc515f authored by Brutzman, Don's avatar Brutzman, Don
Browse files

continuing High DPI woes under Windows

parent d137883b
No related branches found
No related tags found
No related merge requests found
...@@ -1604,12 +1604,14 @@ need to be connected to the NPS intranet. ...@@ -1604,12 +1604,14 @@ need to be connected to the NPS intranet.
locations in the NetBeans installation directory tree: locations in the NetBeans installation directory tree:
<br /> <br />
<code style="color:darkgreen"><b>C:\Program&nbsp;Files\NetBeans-12.6\netbeans\etc\netbeans.conf</b></code> (default user settings) <code style="color:darkgreen"><b>C:\Program&nbsp;Files\NetBeans-12.6\netbeans\etc\netbeans.conf</b></code> (default user settings)
<br /> <!--
<br />
or, for older versions of NetBeans, or, for older versions of NetBeans,
<br /> <br />
<code style="color:darkgreen"><b>C:\Program&nbsp;Files\NetBeans 8.2\etc\netbeans.conf</b></code> (default user settings) or <code style="color:darkgreen"><b>C:\Program&nbsp;Files\NetBeans 8.2\etc\netbeans.conf</b></code> (default user settings) or
<br /> <br />
<code style="color:darkgreen"><b>C:\Users\<b>MyName</b>\AppData\Roaming\NetBeans\8.0.2\etc\netbeans.conf</b></code> <code style="color:darkgreen"><b>C:\Users\<b>MyName</b>\AppData\Roaming\NetBeans\8.0.2\etc\netbeans.conf</b></code>
-->
</li> </li>
<li> <li>
<i>Java version.</i> <i>Java version.</i>
...@@ -1629,7 +1631,7 @@ need to be connected to the NPS intranet. ...@@ -1629,7 +1631,7 @@ need to be connected to the NPS intranet.
&nbsp;&nbsp;&nbsp;&nbsp;<code style="color:darkgreen"><b>-J-Djavax.xml.bind.context.factory=com.sun.xml.bind.v2.ContextFactory</b></code> &nbsp;&nbsp;&nbsp;&nbsp;<code style="color:darkgreen"><b>-J-Djavax.xml.bind.context.factory=com.sun.xml.bind.v2.ContextFactory</b></code>
</li> </li>
<li> <li>
<i>Tomcat support under Netbeans 12.6 and OpenJDK&nbsp;16.</i> <i>Tomcat support under Netbeans 12.6 and OpenJDK&nbsp;17.0.1.</i>
Append the following property to Append the following property to
<code>netbeans_default_options</code> environment variable: <code>netbeans_default_options</code> environment variable:
<br /> <br />
...@@ -1644,8 +1646,11 @@ need to be connected to the NPS intranet. ...@@ -1644,8 +1646,11 @@ need to be connected to the NPS intranet.
&nbsp;&nbsp;&nbsp;&nbsp;<code style="color:darkgreen"><b>-J--illegal-access=warn</b></code> &nbsp;&nbsp;&nbsp;&nbsp;<code style="color:darkgreen"><b>-J--illegal-access=warn</b></code>
</li> </li>
<li> <li>
<!-- not fixed
<i>(Prior problem, <i>(Prior problem,
<a href="https://netbeans.apache.org/download/nb113/index.html#_hidpi">fixed</a> under NetBeans 11.3)</i>. <a href="https://netbeans.apache.org/download/nb113/index.html#_hidpi">fixed</a> under NetBeans 11.3)</i>.
-->
<span style="color:darkorange"><b>Windows recurring problem, workaround failing:</b></span>
<a href="https://stackoverflow.com/questions/23651486/netbeans-ide-scaling-on-windows-8-10" target="_blank">NetBeans screen scaling on Windows 8/10</a>: <a href="https://stackoverflow.com/questions/23651486/netbeans-ide-scaling-on-windows-8-10" target="_blank">NetBeans screen scaling on Windows 8/10</a>:
Change parameter in Change parameter in
<code style="color:darkgreen"><b>netbeans.conf</b></code> file: <code style="color:darkgreen"><b>netbeans.conf</b></code> file:
...@@ -1654,7 +1659,9 @@ need to be connected to the NPS intranet. ...@@ -1654,7 +1659,9 @@ need to be connected to the NPS intranet.
to to
<code>-J-Dsun.java2d.dpiaware=false</code> <code>-J-Dsun.java2d.dpiaware=false</code>
<br /> <br />
Alternatively "Go to the Compatibility tab and then select Change High DPI Settings. From there, check the Override High DPI Scaling box and set it to System." <span style="color:darkgreen"><b>Alternative tested satisfactorily:</b></span>
<br />
"Go to the Compatibility tab and then select Change High DPI Settings. From there, check the Override High DPI Scaling box and set it to System."
</li> </li>
<!-- <!--
<li> <li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment