schierlm / BibleMultiConverter

Converter written in Java to convert between different Bible program formats
Other
124 stars 33 forks source link

Can't open BibleMultiConverter #18

Closed juniju1 closed 6 years ago

juniju1 commented 6 years ago

Good afternoon, I am not sure if this is the right place to ask for some help but I downloaded the latest converter and I can seem to make it work. I downloaded the latest java and configured my windows 10 to run it but it is not loading up. Could someone please help me get it to load. I don't know what I am dong wrong. Thanks. Juniju

schierlm commented 6 years ago

Quite unclear bug report. :-(

juniju1 commented 6 years ago

Thank you for the quick response. I really appreciated. I do not know how to start it in command line. Can you help me please? Jean

schierlm commented 6 years ago

https://www.wikihow.com/Run-Exe-from-Cmd-on-PC-or-Mac

Instead of start Explorer you use java -jar BibleMultiConverter.jar

Then after you read the output, add arguments at the end (format names and file names).

juniju1 commented 6 years ago

I did and this is what I get: C:\Users\jgilb>java -jar BibleMultiConverter.jar Error: Unable to access jarfile BibleMultiConverter.jar

C:\Users\jgilb>

I also tried to locate the folder where the files are but i got the same results C:\Users\jgilb\Desktop\New folder>java -jar BibleMultiConverter.jar Error: Unable to access jarfile BibleMultiConverter.jar

C:\Users\jgilb\Desktop\New folder>

I don't know why it is not loading.

juniju1 commented 6 years ago

I got it to work. Yes! but I still need some more help. I don't know what you mean by add arguments at the end (format names and file names). Do yo mean the file I want to convert?

schierlm commented 6 years ago

The file you want to convert and the file you want to get out. Also the formats of those files.

For example:

java -jar BibleMultiConverter.jar ZefaniaXML kjv.xml MyBibleZone kjv.sqlite3

to convert Zefania XML version of the King James Version to MyBibleZone format and name the output file kjv.sqlite3.

juniju1 commented 6 years ago

Thank you very much for all you do. God bless.