userman777
|
Posted: July 29, 2010 08:56 by userman777
|
| Good day! I followed your tutorial from http://wiki.netbeans.org/AntlrInNetBeansJavaApplication and copied the files and source codes exactly the same however, when I run the program with java -jar dist/MyAntlrProject.jar I don't see any output or any possible way I can type in my input. I found out that it possibly got stucked with ANTLRInputStream input = new ANTLRInputStream(System.in); in my MyAntlrProject.java class. Any ideas on how to fix this problem would be a great help. Thanks in advance. |
No output or input appears
Replies: 1 - Last Post: July 29, 2010 08:58
by: userman777
by: userman777
showing 1 - 2 of 2
userman777
|
Posted: July 29, 2010 08:58 by userman777
|
| I got it working by just restarting. Anyway, my new problem is that I tried the input 1+1<Enter><EOF(Ctrl+D)>, but there is no output, it just simply keeps on accepting more inputs. |
Replies: 1 - Last Post: July 29, 2010 08:58
by: userman777
by: userman777






