mysql2h2-converter
mysql2h2-converter copied to clipboard
SQLparser and ParseException is not located in the project. The tests don't work.
in sqlgrammar.jj I was this piece of code
` PARSER_BEGIN(SQLParser)
package com.granveaud.mysql2h2converter.parser;
import java.util.; import java.io.; import com.granveaud.mysql2h2converter.sql.*;
public class SQLParser { }
PARSER_END(SQLParser) `
but there isn't any SQLParser.java. And also ParseException class is missing. What jdk should I use for the project ? 1.6 ?