What is jLibris? jLibris is a Java-based customizable, fast and compatible e-book reader. With jLibris, you will be able to read your text-based e-books with a desired backround image, colors or font face. Remember, jLibris is not a word processor! jLibris' appearance is planned to be as simple as possible. Features;
System requirements
Installing jLibris Download jLibris_project.zip. Make a directory/map with the name "jlibris". Open the zip file and open and go into the directory/map "jLibris_project". You will see another subdirectory/map "Libris", open the subdirectory/map. In this directory/map you will find the subdirectory/map "classes". Open this subdirectory/map. Copy everything in this directory to the new created directory/map "jlibris" on your drive. That's it! The used cmd file jLibris works with Open JDK in OS/2-eCS. I have a "jlibris.cmd" file with the following contents; @echo off set BEGINLIBPATH=[drive: java]\JAVA160ga5\bin set path=[drive: java]\JAVA160ga5\bin set CLASSPATH= [drive: jlibris] cd [drive: jlibris]\jlibris java -Duser.home=[drive: jlibris]\jlibris -jar jLibris.jar 2>jlibris-bugs.txtI use 2 separate folders (directories), one for Java and one for jLibris with the files created by this program. The references used in the cmd file;
should be replaced with real drive letters. Save the file and name it "jlibris.cmd" or use the file from the distribution. This file is copied to the "jlibris" folder (directory). Furthermore, different paths?, adjust according to your needs. Create a new program object. Specify the path and file name: "[drive: jlibris]\jlibris\jlibris.cmd". In the tabpage Session check the boxes "OS/2 window", "Running as an icon" and "Close Window to end program". In the tabpage General you can enter the name "jLibris". Parameters / options explained
Download In the file you can find the above command files (all drive letters are on set to C:) and an OS/2 jLibris icon: jlibris-ecs.zip. revision November 26, 2016 |