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
-27Lines changed: 0 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -56,33 +56,6 @@ It is recommended using [Jaspersoft Studio](http://community.jaspersoft.com/proj
56
56
*[Microsoft JDBC Drivers](https://www.microsoft.com/en-US/download/details.aspx?id=11774) (If you want to use a database)
57
57
*[Jaspersoft Studio](http://community.jaspersoft.com/project/jaspersoft-studio) (to draw and compile your reports)
58
58
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.
Copy file name to clipboardExpand all lines: docs/pt_BR/LEIA-ME_pt_BR.md
-27Lines changed: 0 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -52,33 +52,6 @@ Apresento para vocês **JasperReports** a melhor solução open source que exist
52
52
*[Microsoft JDBC Drivers](https://www.microsoft.com/en-US/download/details.aspx?id=11774) (se você pretende usar esse tipo de banco de dados)
53
53
*[Jaspersoft Studio](http://community.jaspersoft.com/project/jaspersoft-studio) (para escrever e compilar seus relatórios)
54
54
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.
0 commit comments