java related pages: fix command description case (#8912)

pull/1/head
Austin 2022-10-11 04:59:50 +02:00 committed by GitHub
parent 2418d163f2
commit 82a2b4c91a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# jar
> Java Applications/Libraries Packager.
> Java applications/libraries packager.
> More information: <https://docs.oracle.com/javase/tutorial/deployment/jar/basicsindex.html>.
- Recursively archive all files in the current directory into a .jar file:

View File

@ -1,6 +1,6 @@
# jarsigner
> Sign and verify Java Archive (JAR) files.
> Sign and verify Java archive (JAR) files.
> More information: <https://docs.oracle.com/javase/9/tools/jarsigner.htm>.
- Sign a JAR file:

View File

@ -1,6 +1,6 @@
# java
> Java Application Launcher.
> Java application launcher.
> More information: <https://docs.oracle.com/en/java/javase/17/docs/specs/man/java.html>.
- Execute a java `.class` file that contains a main method by using just the class name:

View File

@ -1,6 +1,6 @@
# javac
> Java Application Compiler.
> Java application compiler.
> More information: <https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html>.
- Compile a `.java` file:

View File

@ -1,6 +1,6 @@
# jhat
> Java Heap Analysis Tool.
> Java heap analysis tool.
> More information: <https://docs.oracle.com/javase/8/docs/technotes/tools/unix/jhat.html>.
- Analyze a heap dump (from `jmap`), view via HTTP on port 7000:

View File

@ -1,6 +1,6 @@
# jmap
> Java Memory Map Tool.
> Java memory map tool.
> More information: <https://docs.oracle.com/javase/7/docs/technotes/tools/share/jmap.html>.
- Print shared object mappings for a Java process (output like pmap):

View File

@ -1,6 +1,6 @@
# jps
> Show JVM Process Status of current user.
> Show JVM process status of current user.
> More information: <https://docs.oracle.com/en/java/javase/11/tools/jps.html>.
- List all JVM processes:

View File

@ -1,6 +1,6 @@
# jstack
> Java Stack Trace Tool.
> Java stack trace tool.
> More information: <https://manned.org/jstack>.
- Print Java stack traces for all threads in a Java process:

View File

@ -1,6 +1,6 @@
# kotlin
> Kotlin Application Launcher.
> Kotlin application launcher.
> More information: <https://kotlinlang.org>.
- Run a jar file: