You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-35Lines changed: 37 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ I recommend using [Jaspersoft Studio](http://community.jaspersoft.com/project/ja
34
34
* Reports
35
35
* Listings
36
36
37
-
Package to generate reports with [JasperReports 6](http://community.jaspersoft.com/project/jasperreports-library) library through [JasperStarter v3](http://jasperstarter.sourceforge.net/) command-line tool.
37
+
Package to generate reports with [JasperReports 6.3.0](http://community.jaspersoft.com/project/jaspersoft-studio/releases) library through [JasperStarter v3](http://jasperstarter.sourceforge.net/) command-line tool.
38
38
39
39
##Requirements
40
40
@@ -52,18 +52,20 @@ Check if you already have Java installed:
52
52
53
53
```
54
54
$ java -version
55
-
java version "1.8.0_65"
56
-
Java(TM) SE Runtime Environment (build 1.8.0_65-b17)
57
-
Java HotSpot(TM) Client VM (build 25.65-b01, mixed mode, sharing)
55
+
java version "1.8.0_101"
56
+
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
57
+
Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)
58
58
```
59
59
60
60
If you get:
61
61
62
-
command not found: java
62
+
command not found: java
63
63
64
64
Then install it with: (Ubuntu/Debian)
65
65
66
-
$ sudo apt-get install default-jdk
66
+
$ sudo apt-get install default-jdk
67
+
68
+
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.
67
69
68
70
Now run the `java -version` again and check if the output is ok.
69
71
@@ -78,14 +80,14 @@ Or in your 'composer.json' file add:
78
80
```javascript
79
81
{
80
82
"require": {
81
-
"lavela/phpjasper":"1.*"
83
+
"lavela/phpjasper":"1.*"
82
84
}
83
85
}
84
86
```
85
87
86
88
And the just run:
87
89
88
-
composer install
90
+
composer install
89
91
90
92
and thats it.
91
93
@@ -94,7 +96,7 @@ and thats it.
94
96
###The *Hello World* example.
95
97
96
98
Go to the examples directory in the root of the repository (`vendor/lavela/phpjasper/examples`).
97
-
Open the `hello_world.jrxml` file with iReport or with your favorite text editor and take a look at the source code.
99
+
Open the `hello_world.jrxml` file with Jaspersoft Studio or with your favorite text editor and take a look at the source code.
0 commit comments