mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-09 04:38:10 -05:00
[docs] Update install
Correct incorrect java/antlr command line argument, ref. issue #666
This commit is contained in:
parent
741825d086
commit
9cd274a503
2
INSTALL
2
INSTALL
@ -270,7 +270,7 @@ wrapper, create one as follows:
|
|||||||
|
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
CLASSPATH=...
|
CLASSPATH=...
|
||||||
exec /path/to/java -cp $CLASSPATH org.antlr.Tool "@"
|
exec /path/to/java -cp $CLASSPATH org.antlr.Tool "$@"
|
||||||
|
|
||||||
Adjust the CLASSPATH as needed so that Java will find all the jars needed
|
Adjust the CLASSPATH as needed so that Java will find all the jars needed
|
||||||
by ANTLR3.
|
by ANTLR3.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user