dbbclass.zip (Updated April 5, 2000)
You do not usually have to download the program in order to run it. You can simply run Daily Bible Bread directly from a browser that supports Java.
However, if you do not wish to use the browser to run the program, you can download a stand-alone program that you can run directly. If you have your own Java interpreter, you may download the bytecode (.class files) and run the program as either an application or an applet, on any operating system where a Java interpreter is available.
You may also download the source code of Daily Bible Bread if you wish to learn how the program was developed in Java.
Running the program as a Win32 executable
Look for update in a few days!
Running the applet as a stand-alone program
Only the procedures for Windows 95, Windows NT and MacOS are described here. For other platforms, similar steps can be done to make Daily Bible Bread run as a stand-alone program by using a Java Runtime Interpreter specific to that platform.
Windows 95/98 or Windows NT
MacOS
The bytecode provided here must not be modified or reverse-enginneered.
You can also download the bytecode (.class files) and other necessary data files to run the program as either an applet or an stand-alone application. You must have your own Java interpreter to do so.
The zip file dbbclass.zip contains
the subdirectory gc, under which the bytecode of the
Full version can be found
the subdirectory gc102, under which the bytecode of
the Lite version can be found
*.txt, that are data files required by the program
BibleBread.class, that is the main Java
applet/application class
dbb.html, that you can use to run Daily Bible Bread
The source code provided here must not be reproduced, retransmitted or modified in any form, without the consent of the author.
Only the source code of the Full Version is provided. Minimal comments are included. The .java files must be compiled with a Java 1.1 compiler.