Dear group, 

I've built a Java application to process large data files using in-memory 
SQL operations (jdbc:h2:mem:test). I only want to use H2 for reading CSVs 
and running some in-memory SQL operations. This works fine when I debug/run 
my application from the IDE (IntelliJ) but if I export the software to a 
JAR and try to use it from a command line, the application just pops up H2 
console in a browser and stops there doing no data processing. The 
properties of the JAR artifact seem to be correct but the produced JAR 
loads the H2 console as the main application. Any help?

Regards, Aki

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to