We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71108f commit 44a27ceCopy full SHA for 44a27ce
README.md
@@ -26,7 +26,11 @@ Installation of XAMPP for MySQL and Java
26
27
- XAMPP installation tutorial can be found in [here](https://www.edivaldobrito.com.br/como-instalar-o-xampp-no-linux/).
28
29
-- ORACLE Java installation tutorial can be found [here](https://www.edivaldobrito.com.br/oracle-java-no-ubuntu-18-04-lts/).
+**Java Installation**
30
+
31
+ $ sudo apt install default-jre
32
33
+ $ sudo apt install default-jdk
34
35
Run project
36
Open XAMPP and start MySQL Database and Apache Web Server.
0 commit comments