Menu

Include debug information in default jar distribution

2015-09-11
2015-09-11
  • Andrey Turbanov

    Andrey Turbanov - 2015-09-11

    Hello.
    I was disappointed when hsqldb (downloaded from maven) show such errors without file/line information:

    Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: MY_TABLE
        at org.hsqldb.error.Error.error(Unknown Source)
        at org.hsqldb.error.Error.error(Unknown Source)
    

    Can you please include javac debug info into class-files? It's really helpful for debuggin/troubleshooting.

     
  • Fred Toussi

    Fred Toussi - 2015-09-11

    Please download the jar with debug information from Maven.

    hsqldb-2.3.3-jdk6debug.jar

     

Log in to post a comment.