Skip to content

Commit 29d10ed

Browse files
author
Daniel Rodrigues Lima
committed
Merge branch 'master' of https://github.com/geekcom/phpjasper
2 parents 279d936 + 3b968df commit 29d10ed

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,25 +57,26 @@ Package to generate reports with [JasperReports 6.3.1](http://community.jasperso
5757

5858
* Java JDK 1.8
5959
* PHP [exec()](http://php.net/manual/function.exec.php) function
60-
* [optional] [Mysql Connector](http://dev.mysql.com/downloads/connector/j/) (if you want to use database)
61-
* [optional] [PostgreSQL Connector](https://jdbc.postgresql.org/download.html) (if you want to use database)
62-
* [optional] [Microsoft JDBC Drivers](https://www.microsoft.com/en-US/download/details.aspx?id=11774) (if you want to use database)
63-
* [optional] [Jaspersoft Studio](http://community.jaspersoft.com/project/jaspersoft-studio) (to draw and compile your reports)
60+
61+
##Optional
62+
63+
* [Mysql JDBC Driver](http://dev.mysql.com/downloads/connector/j/) (If you want to use a database)
64+
* [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/download.html) (If you want to use a database)
65+
* [Microsoft JDBC Drivers](https://www.microsoft.com/en-US/download/details.aspx?id=11774) (If you want to use a database)
66+
* [Jaspersoft Studio](http://community.jaspersoft.com/project/jaspersoft-studio) (to draw and compile your reports)
6467

6568
###Java(JDK)
6669

6770
Check if you already have Java installed:
6871

6972
```
70-
$ java -version
71-
java version "1.8.0_101"
72-
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
73-
Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)
73+
$ javac -version
74+
javac version 1.8.0_101
7475
```
7576

7677
If you get:
7778

78-
command not found: java
79+
command not found: javac
7980

8081
Then install it with: (Ubuntu/Debian)
8182

@@ -87,7 +88,7 @@ To install on: (centOS/Fedora)
8788

8889
To install on windows visit the link-> [JDK](http://www.oracle.com/technetwork/pt/java/javase/downloads/jdk8-downloads-2133151.html) and look for the most appropriate version for your system.
8990

90-
Now run the `java -version` again and check if the output is ok.
91+
Now run the `javac -version` again and check if the output is ok.
9192

9293
---------------------------------------------------------------------------------------------------------------------------
9394

0 commit comments

Comments
 (0)