On 21 July 2012 11:16, Hakan Koseoglu <ha...@koseoglu.org> wrote:
> On 21 July 2012 10:51, Dotan Cohen <dotanco...@gmail.com> wrote:
>> Even disregarding recompiling (and rewriting in a cross-platform way)
>> C++ code, is there even a JVM or Mono interpreter for ARM?
I need to buy a faster microSD. Saving a couple of quids by bying a
cat 4 card was a mistake. It took forever to unpack the files.
And here's the proof, this is a small util I wrote which reads ADIF
2.x files and inserts them into a DB so that I can run reports on them
in a meaningful manner.

pi@raspberrypi ~ $ java -cp pskjdb.jar com.hakankoseoglu.pskdb.PskDB
Syntax: java PskDB [options]
    -file name : File to parse and merge to the database
    -user user : Database username
    -password password : Database password
    -dbname sub-name : JDBC URL string to the database
Sample DBName: @localhost:1521:log
Optional parameters
    -debug      : Turn the debugging mode on
    -protocol   : JDBC protocol (default is oracle:thin)
    -perf       : Disable timings
    -driver     : JDBC driver (default is oracle.jdbc.driver.OracleDriver)

 Sample command:
      java -cp tools.jar:ojdbc14.jar com.hakankoseoglu.PskDB -user
loguser -password logpasswd -dbname @//localhost/1521:log
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to