schierlm / BibleMultiConverter

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

Error during installation of BibleMultiConvertor All in One Edition #59

Closed amrhone closed 2 years ago

amrhone commented 2 years ago

Hello, I'm having trouble installing BibleMultiConvertor All in One Edition. I verified that Java is installed on my PC but when I run "java -jar BibleMultiConverter.jar" on the command line I get the following error "Error: Unable to access jarfile BibleMultiConvertor.jar". Any help with this issue would be greatly appreciated.

schierlm commented 2 years ago

Hello,

The file name of the All-in-One-Edition is BibleMultiConverter-AllInOneEdition.jar, so you should run java -jar BibleMultiConverter-AllInOneEdition.jar.

Also make sure that you are in the correct directory, so that dir (Windows) or ls (Unix) will actually show you the jar file.

Hope this helps.

amrhone commented 2 years ago

Thank you for the response @schierlm. I moved the file to the correct directory (I didn't have it in the correct one previously) but now I'm getting the following error when I try to run it: Error: Could not find or load main class biblemulticonverter.Main Caused by: java.lang.ClassNotFoundException: biblemulticonverter.Main Is there something else I need to do?

schierlm commented 2 years ago

Please don't move one file without moving the rest. In this case its lib direcctory is missing.

amrhone commented 2 years ago

@schierlm that resolved the issue. Thank you!