Quote:
Originally Posted by Aenea
the run.bat looks for decoder.zip, MobipocketCoreReader.jar and irex.jar in the same directory as your run.bat... If any one of them is not there it will not work...
Aenea
|
So the next question is where are these files? I have no Linux experience and the following directions is where I am thrown. I believe it is for linux so what is the equivalent for Windows? The directions are:
Mount the file app.image as a filesystem image: sudo mount app.image /mnt -o loop
- Copy the needed jar files: cp /mnt/home/intent/*.jar /usr/bin
- Unmount: sudo umount /mnt
- Unzip mp.zip
- Copy run.sh and decoder.zip to /usr/bin
If you have put the script and/or the decoder.zip/jar files not in /usr/bin, you will have to change the run.sh script file.
Ellen