pawlaszczyk / fqlite

64 stars 11 forks source link

Command line not working - GUI starts instead #3

Closed markbaumgarten closed 2 years ago

markbaumgarten commented 2 years ago

When I run this:

java -jar fqlite_v1.5.5.jar nogui databases/com.google.android.apps.plus/databases/iu.upload.db

...the GUI starts.

I was hoping to get some CSV data instead... :-/

pawlaszczyk commented 2 years ago

Should work in fqlite 1.5.6. Background: In a runnable JAR-Archive there could be only one main() in the Manifest file. Solution: When using "nogui" option there is a redirect form GUI-class to the MAIN-class (CLI).