Skip to content

Commit 401cf77

Browse files
committed
cleaned irrelevant docs
1 parent 2d77cfe commit 401cf77

File tree

2 files changed

+0
-54
lines changed

2 files changed

+0
-54
lines changed

README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -56,33 +56,6 @@ It is recommended using [Jaspersoft Studio](http://community.jaspersoft.com/proj
5656
* [Microsoft JDBC Drivers](https://www.microsoft.com/en-US/download/details.aspx?id=11774) (If you want to use a database)
5757
* [Jaspersoft Studio](http://community.jaspersoft.com/project/jaspersoft-studio) (to draw and compile your reports)
5858

59-
### Java(JDK)
60-
61-
Check if you already have Java installed:
62-
63-
```
64-
$ javac -version
65-
javac version 1.8.0_101
66-
```
67-
68-
If you get:
69-
70-
command not found: javac
71-
72-
Then install it with: (Ubuntu/Debian)
73-
74-
$ sudo apt-get install default-jdk
75-
76-
To install on: (centOS/Fedora)
77-
78-
# yum install java-1.8.0-openjdk.x86_64
79-
80-
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.
81-
82-
Now run the `javac -version` again and check if the output is ok.
83-
84-
---------------------------------------------------------------------------------------------------------------------------
85-
8659
## Installation
8760

8861
Install [Composer](http://getcomposer.org) if you don't have it.

docs/pt_BR/LEIA-ME_pt_BR.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -52,33 +52,6 @@ Apresento para vocês **JasperReports** a melhor solução open source que exist
5252
* [Microsoft JDBC Drivers](https://www.microsoft.com/en-US/download/details.aspx?id=11774) (se você pretende usar esse tipo de banco de dados)
5353
* [Jaspersoft Studio](http://community.jaspersoft.com/project/jaspersoft-studio) (para escrever e compilar seus relatórios)
5454

55-
### Instalando o Java(JDK)
56-
57-
Verifique se o JDK está instalado:
58-
59-
```
60-
$ javac -version
61-
javac version 1.8.0_101
62-
```
63-
64-
Se você receber a resposta:
65-
66-
command not found: javac
67-
68-
Então você precisa instalar, para o (Ubuntu/Debian) rode o comando:
69-
70-
$ sudo apt-get install default-jdk
71-
72-
Para instalar no (centOS/Fedora) faça o seguinte:
73-
74-
# yum install java-1.8.0-openjdk.x86_64
75-
76-
Para instalar no Windows visite o link-> [JDK](http://www.oracle.com/technetwork/pt/java/javase/downloads/jdk8-downloads-2133151.html) e veja qual a versão mais apropriada para o seu Sistema Operacional.
77-
78-
Agora rode novamente o comando `javac -version` e veja se deu tudo certo.
79-
80-
---------------------------------------------------------------------------------------------------------------------------
81-
8255
## Instalando a biblioteca PHPJasper
8356

8457
Instale o [Composer](http://getcomposer.org), e rode o comando:

0 commit comments

Comments
 (0)