Help index | Bib-it Homepage |
Download the zip-archive according to your preferred release and unzip the file in a folder of your choice. All the necessary files will then unzip into this folder. Run the jar-archive by double-clicking it.
Download the zip-archive according to your preferred release and unzip the file in a folder of your choice.
All the necessary files will then unzip into this folder.
Run Bibit with this command: ./start BibitX_X_X.jar
(or ./start [name of file].jar
if you renamed the jar-file)
Probably somewhat the same way as for Linux or Windows (Not tested).
(If you know how to install and run Jar-files in other OS's please tell me how: send message to qvasi at users.sourceforge.net)
Download the source archive and extract it to a local directory. To compile you need JDK 1.5.0 or later
Goto the directory where you extracted the archive and run the javac no/hig/bibit/*.java
command to compile the program. Then run java no.hig.bibit.Bibit
to start the program from your bibit directory.