Dyziorek / javacc-ext-cs

javacc with additional support to generate C# code
0 stars 0 forks source link

javacc_ext_cs does not start at all. #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
JDK 7 it not tested at all. This system supports only up JDK 1.6.

Original comment by ddusi...@gmail.com on 3 Apr 2014 at 7:29

Dyziorek commented 9 years ago

Now it works as NetBeans project.