| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OverCASE-latest-src.zip | 2024-03-01 | 33.0 MB | |
| OverCASE-latest-bin.zip | 2024-03-01 | 37.3 MB | |
| README.txt | 2019-08-21 | 1.3 kB | |
| Totals: 3 Items | 70.4 MB | 2 | |
*** SOURCE DISTRIBUTION ***
If you have chosen the "source" distribution, you will need to build
OverCASE yourself. To do so, you need the following software installed
on your machine:
* Java compiler (JDK8+ compatible).
* Ant + ant-contrib.
Un-ZIP, change to the resulting directory and run "ant" (or "ant dist")
in there.
*** BINARY DISTRIBUTION ***
If you have chosen a "binary" distribution, what you get is a ZIP with
all OverCASE JARs pre-built. There are several ways to start OverCASE:
* Run the "run.bat" (Windows) or "run.sh" (Unix/Linux) script.
* If the above fails, you can start the loader JAR directly:
java[w] -jar org.aka.overcase.core.jar
* You can "install" OverCASE - this creates a desktop shortcut
which you van then use to launch it.
NOTE: OverCASE installation has currently been completed
for Windows platforms only.
*** OPENING IN ECLIPSE ***
If you have chosen the "source" distribution, you can import all
".project"s into an Eclipse workspace and run OverCASE from there.
The Eclipse launch configuration must:
* Use org.aka.overcase.core as startup project.
* Add all other projects (except for Installer) to classpath.
* Add all prebuilt JARs from "lib/" directories of all OverCASE
projects to classpath.