User Activity

  • Posted a comment on discussion Help on Jackcess

    I'm trying to use jackcess-encrypt 3.0.0 now. But this time I'm getting another error as More than one file was found with OS independent path 'com/healthmarketscience/jackcess/index_codes_ext_gen.txt'.

  • Posted a comment on discussion Help on Jackcess

    I'm trying to use jackcess encrypt in my project but when I try to run it with jackcess 3.0.1 and jackcess encrypt 4.0.1 (I also tried 4.0.0) and i get an error regarding duplicate classes. Here's how my dependencies look: dependencies { implementation 'com.google.code.gson:gson:2.8.8' implementation 'com.healthmarketscience.jackcess:jackcess-encrypt:4.0.1' implementation files('libs/commons-lang3-3.8.1.jar') implementation files('libs/commons-logging-1.2.jar') implementation files('libs/hsqldb-2.5.0.jar')...

  • Posted a comment on discussion Help on Jackcess

    I'm trying to use jackcess encrypt in my project but when I try to run it with jackcess 3.0.1 and jackcess encrypt 4.0.1 (I also tried 4.0.0) and i get an error regarding duplicate classes. Here's how my dependencies look: dependencies { implementation 'com.google.code.gson:gson:2.8.8' implementation 'com.healthmarketscience.jackcess:jackcess-encrypt:4.0.1' implementation files('libs/commons-lang3-3.8.1.jar') implementation files('libs/commons-logging-1.2.jar') implementation files('libs/hsqldb-2.5.0.jar')...

  • Posted a comment on discussion Help on Jackcess

    Ah never mind, I was able to somehow set the system property as System.setProperty("org.apache.commons.logging.Log", "org.apache.commons.logging.impl.Jdk14Logger"); Tho not sure if this was what you meant and if you got a minute then can you please tell me what this line exactly does? I mean how does it let me side step the logging thingie?

  • Posted a comment on discussion Help on Jackcess

    Thanks for the tip! Any tips on how to do this.... Or any material i could follow On Tue, Oct 5, 2021, 1:28 AM James Ahlborn jahlborn@users.sourceforge.net wrote: actually, you could probably side-step this logic by configuring an explicit log class name for commons logging. i think you could do this by specifying a system property "org.apache.commons.logging.Log" with the value of "org.apache.commons.logging.impl.Jdk14Logger" (i'm assuming android has the standard java logging package available)....

  • Posted a comment on discussion Help on Jackcess

    actually it was last updated in 2014... really sorry didn't know it was just a wrapper... I added both jackcess and commons lang as well to the proguard... so here's a bit clearer stack trace... the issue still exists tho 2021-10-04 21:13:29.602 8004-8120/com.dev404.dbviewer I/flutter: Received a pre-selected path 2021-10-04 21:13:29.605 8004-8004/com.dev404.dbviewer I/System.out: Received platform method call as: openDB 2021-10-04 21:13:29.605 8004-8004/com.dev404.dbviewer I/System.out: Getting...

  • Modified a comment on discussion Help on Jackcess

    Hi there, I'm trying to use jackcess 3.0.1 as a dependency in my project. The app runs perfectly in the debug build, however when I tried to run the release build the app crashed as soon as it reaches this line... this.db = DatabaseBuilder.open(new File(this.path)); Am I missing something?

  • Modified a comment on discussion Help on Jackcess

    Hi there @jahlborn Thanks for your help earlier. A few days earlier I was stuck at the point where my app would crash whenever i try to use DatabaseBuilder.open... Now I'm stuck again, and this time I guess the crashes are occuring due to the minification. The app starts, I move around the UI everything works fine, but as soon as it reaches the line containing the .open command, the app crashes without any crash report. Here are the logs.. 2021-10-03 12:39:38.590 3294-3599/com.dev404.dbviewer I/flutter:...

View All

Personal Data

Username:
sheharyar566
Joined:
2021-08-29 09:45:10

Projects

  • No projects to display.

Personal Tools