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
47bb65dd
Commit
47bb65dd
authored
2 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
tested Oracle jdk-19.0.1 sat
parent
bce80d75
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
developers.html
+7
-5
7 additions, 5 deletions
developers.html
with
7 additions
and
5 deletions
developers.html
+
7
−
5
View file @
47bb65dd
...
@@ -961,6 +961,9 @@ Note that the -d switch is necessary for domain users.
...
@@ -961,6 +961,9 @@ Note that the -d switch is necessary for domain users.
also check order of entries in the
also check order of entries in the
<a
href=
"images/Windows10EnvironmentVariablesPathJAVA_HOME.png"
>
system
<code>
PATH
</code>
environment variable
</a>
.
<a
href=
"images/Windows10EnvironmentVariablesPathJAVA_HOME.png"
>
system
<code>
PATH
</code>
environment variable
</a>
.
</li>
</li>
<li>
JDK 17 Long-Term Support (LTS) is the level use to compile advanced applications.
</li>
<li>
<li>
Test what version of Java is actually installed and configured for your operating system via console command line. Examples:
Test what version of Java is actually installed and configured for your operating system via console command line. Examples:
<ul>
<ul>
...
@@ -971,16 +974,15 @@ $<b> java -version</b> # OpenJDK 19.0.1
...
@@ -971,16 +974,15 @@ $<b> java -version</b> # OpenJDK 19.0.1
openjdk version "19.0.1" 2022-10-18
openjdk version "19.0.1" 2022-10-18
OpenJDK Runtime Environment (build 19.0.1+10-21)
OpenJDK Runtime Environment (build 19.0.1+10-21)
OpenJDK 64-Bit Server VM (build 19.0.1+10-21, mixed mode, sharing)
OpenJDK 64-Bit Server VM (build 19.0.1+10-21, mixed mode, sharing)
</pre>
</pre>
</li>
</li>
<li>
<li>
<pre>
<pre>
$
<b>
java -version
</b>
# Oracle JDK 1
7 Long-Term Support (LTS)
$
<b>
java -version
</b>
# Oracle JDK 1
9
openjdk
version "1
7
.0.
2
" 2022-
0
1-18
java
version "1
9
.0.
1
" 2022-1
0
-18
OpenJDK
Runtime Environment (build 1
7
.0.
2+8-86
)
Java(TM) SE
Runtime Environment (build 1
9
.0.
1+10-21
)
OpenJDK
64-Bit Server VM (build 1
7
.0.
2+8-86
, mixed mode, sharing)
Java HotSpot(TM)
64-Bit Server VM (build 1
9
.0.
1+10-21
, mixed mode, sharing)
</pre>
</pre>
</li>
</li>
</ul>
</ul>
...
...
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