Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
dd78fa60
Commit
dd78fa60
authored
3 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.nps.edu/Savage/Savage
parents
c4e06366
f148b16e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
developers.html
+15
-7
15 additions, 7 deletions
developers.html
with
15 additions
and
7 deletions
developers.html
+
15
−
7
View file @
dd78fa60
...
...
@@ -930,7 +930,7 @@ Note that the -d switch is necessary for domain users.
<ul>
<li>
<pre>
$
<b>
java -version
</b>
# OpenJDK
16
$
<b>
java -version
</b>
# OpenJDK
16
openjdk version "16.0.2" 2021-07-20
OpenJDK Runtime Environment (build 16.0.2+7-67)
...
...
@@ -1533,7 +1533,7 @@ need to be connected to the NPS intranet.
<li>
Includes
<a
href=
"https://blogs.apache.org/netbeans"
target=
"_blank"
>
Blog
</a>
,
<a
href=
"https://netbeans.apache.org/download/nb123/index.html"
target=
"_NetBeans"
>
NetBeans
12.
3
features
</a>
,
<a
href=
"https://netbeans.apache.org/download/nb123/index.html"
target=
"_NetBeans"
>
NetBeans
12.
4
features
</a>
,
<a
href=
"https://netbeans.apache.org/kb/docs/java"
target=
"_NetBeans"
>
tutorials
</a>
,
<a
href=
"https://netbeans.apache.org/community"
target=
"_NetBeans"
>
Community
</a>
,
<a
href=
"https://netbeans.apache.org/participate"
target=
"_NetBeans"
>
Participate
</a>
,
...
...
@@ -1600,7 +1600,7 @@ need to be connected to the NPS intranet.
<code><b>
NETBEANS_HOME/etc/netbeans.conf
</b></code>
locations in the NetBeans installation directory tree:
<br
/>
<code
style=
"color:darkgreen"
><b>
C:\Program
Files\NetBeans12.
3
\netbeans\etc\netbeans.conf
</b></code>
(default user settings)
<code
style=
"color:darkgreen"
><b>
C:\Program
Files\NetBeans12.
4
\netbeans\etc\netbeans.conf
</b></code>
(default user settings)
<br
/>
or, for older versions of NetBeans,
<br
/>
...
...
@@ -1626,12 +1626,20 @@ need to be connected to the NPS intranet.
<code
style=
"color:darkgreen"
><b>
-J-Djavax.xml.bind.context.factory=com.sun.xml.bind.v2.ContextFactory
</b></code>
</li>
<li>
<i>
Tomcat support
u
under Netbeans 12.
3
and OpenJDK
16.
</i>
<i>
Tomcat support under Netbeans 12.
4
and OpenJDK
16.
</i>
Append the following property to
<code>
netbeans_default_options
</code>
environment variable:
<br
/>
<code
style=
"color:darkgreen"
><b>
-J--add-exports=java.xml/com.sun.org.apache.xerces.internal.impl.dv.util=ALL-UNNAMED
</b></code>
</li>
<li>
<i>
Java reflection warnings in OpenJDK
16
as described in
<a
href=
"https://openjdk.java.net/jeps/396"
target=
"_blank"
>
OpenJDK
16 Release Notes, JEP 396: Strongly Encapsulate JDK Internals by Default
</a>
.
</i>
Append the following property to
<code>
netbeans_default_options
</code>
environment variable:
<br
/>
<code
style=
"color:darkgreen"
><b>
-J--illegal-access=warn
</b></code>
</li>
<li>
<i>
(Prior problem,
<a
href=
"https://netbeans.apache.org/download/nb113/index.html#_hidpi"
>
fixed
</a>
under NetBeans 11.3)
</i>
.
...
...
@@ -2453,7 +2461,7 @@ netbeans_jdkhome="C:\Program Files\Java\jdk1.8.0_221"</pre>
<ul>
<li>
There is a
<a
href=
"https://issues.apache.org/jira/plugins/servlet/mobile#issue/NETBEANS-5602"
>
Netbeans 12.
3
problem with Tomcat
</a>
<a
href=
"https://issues.apache.org/jira/plugins/servlet/mobile#issue/NETBEANS-5602"
>
Netbeans 12.
4
problem with Tomcat
</a>
that should be fixed by
<a
href=
"https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+12.4"
>
Netbeans 12.4
</a>
,
appearing in late May according to the
...
...
@@ -2470,7 +2478,7 @@ netbeans_jdkhome="C:\Program Files\Java\jdk1.8.0_221"</pre>
</li>
<li>
<span
style=
"color:darkorange"
><b>
Warning, troubleshooting in progress:
</b></span>
not working in Netbeans
12.
3
, unsuccessful backtracking to Netbeans
12.2 and OpenJDK
14.02,
not working in Netbeans
12.
4
, unsuccessful backtracking to Netbeans
12.2 and OpenJDK
14.02,
still trying...
</li>
<li>
...
...
@@ -3076,7 +3084,7 @@ which can lead to the Internet of Things becoming the Web of Things. </i>
<a
href=
"https://savage.nps.edu/developers.html"
>
https://savage.nps.edu/developers.html
</a>
</blockquote>
<blockquote>
Revised 2
5 July
2021.
Revised 2
3 August
2021.
</blockquote>
<p>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment