I\'ve downloaded the ANTLR Java runtime libraries. It\'s a jar file. It contains \"org.antlr.runtime\". Where do I put it so that the Java compiler can find it? Do I need to ext
For java command line you need to add it to your class path however in Netbeans you just need to add it as a library. It can be anywhere. Google to find out how to do these things.
In fact in netbeans, you can just say you need this in your maven project and it will do the download of the jar and its source/documentation as required.