From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description= To test if Java- | |description= To test if Java-openjdk is getting properly installed and functioning well. | ||
|actions= | |actions= | ||
# Execute <code>sudo dnf install java-openjdk</code> | # Execute <code>sudo dnf install java-openjdk</code> |
Latest revision as of 20:56, 18 September 2018
Description
To test if Java-openjdk is getting properly installed and functioning well.
How to test
- Execute
sudo dnf install java-openjdk
- Execute
java -version
- Repeat the same for java-openjdk-devel as jwith ava-devel
Expected Results
Observe and verify the below carefully
- JRE should get installed
- Java path should be configured and working
- Java applications should function correctly
- Contents in
/usr/lib/jvm
should be sane - Contents in
/etc/java
should be sane (jdk8 got /etc/java support in f29) - Verifiy all alternatives are in place