We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7020639 commit 0fddc73Copy full SHA for 0fddc73
README.md
@@ -57,12 +57,15 @@ Also I would like to know about needed examples or documentation stuff.
57
* Modifications before GitHubs release tagging are listed in the [Older Releases](https://github.com/JSQLParser/JSqlParser/wiki/Older-Releases) page.
58
59
60
-
61
-## BUILDING from the sources
+## Building from the sources
62
63
As the project is a Maven project, building is rather simple by running:
64
65
mvn package
+
66
+The project requires the following to build:
67
+- Maven
68
+- JDK 1.7 or later. The jar will target JDK 1.6, but the version of the maven-compiler-plugin that JsqlParser uses requires JDK 1.7+
69
70
This will produce the jsqlparser-VERSION.jar file in the target/ directory.
71
0 commit comments