What steps will reproduce the problem?
1. java -cp javacc_ext_cs.jar jjtree file.jjt
2. the same for javacc option
3.
What is the expected output? What do you see instead?
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.javacc.parser.Main.reInitAll(Main.java:245)
at org.javacc.jjtree.JJTree.main(JJTree.java:118)
at org.javacc.jjtree.Main.main(Main.java:40)
at jjtree.main(jjtree.java:38)
Caused by: java.lang.RuntimeException: Uncompilable source code - cannot find
symbol
symbol: class JavaCCParserConstants
at org.javacc.parser.JavaFiles.<clinit>(JavaFiles.java:45)
... 4 more
What version of the product are you using? On what operating system?
Using jdk 7.
Please provide any additional information below.
Original issue reported on code.google.com by dbubov...@gmail.com on 22 Jan 2014 at 2:59
Original issue reported on code.google.com by
dbubov...@gmail.com
on 22 Jan 2014 at 2:59