plsql-parser icon indicating copy to clipboard operation
plsql-parser copied to clipboard

Unable to run the project -Heap Space error

Open megh114 opened this issue 9 years ago • 0 comments

Request help in running the project. I have downloaded the source code, and have imported it as maven project in Eclipse. While I run mvn install on the project it gives me java.lang.OutOfMemoryError : Java Heap Space. Only the lexer-parser-1.0-SNAPSHOT.jar gets generated. When it tries to generate jar in lexer-parser-walker folder it gives the memory error. Please correct if this is the right way to run the project

Also, please let me know what should be the next steps once the build is success. How do I parse my .sql files?

megh114 avatar Nov 22 '16 11:11 megh114