Updated How to build ANTLR itself (markdown)
parent
8676528eb3
commit
2005592a1b
|
@ -77,6 +77,12 @@ Take a look in the bild.log file that is always produced if you'd like to see pr
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
BTW, if you get an error about `Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar` see [stackoverflow solution](http://stackoverflow.com/questions/26074446/picked-up-java-tool-options-javaagent-usr-share-java-jayatanaag-jar-when-st). Just:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ unset JAVA_TOOL_OPTIONS
|
||||||
|
```
|
||||||
|
|
||||||
You will also notice that the build script has pulled in the necessary jars, sort of like maven would:
|
You will also notice that the build script has pulled in the necessary jars, sort of like maven would:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue