The Java version can be altered to work on Mac OS X.

From Omnifi Wiki

Jump to: navigation, search

The following will only make sense after you install the linux port and examine all the the jar files.

Unjar the DiskSpace.jar file and change the 'df -v' system call to 'df -m' -- that will return the megabytes free, which is what the function expects.

You can then recompile the .java file and stick the resulting .class file in the /net directory.


Alternate update method

If you have Stuffit Deluxe, you can open the DiskSpace.jar file, extract the files, do the substitutions and drag them back into the archive open in Stuffit. Be sure to use a compliant text editor (such as BBEdit)

This method has been tested on Mac OS X 10.4 Tiger.

With all files in place, (see linux method) open Terminal, navigate to your Simplecenter.jar folder, use the command

bash sc.sh 

Use error messages to determine if any files are still missing, if so, move them to Simplecenter.jar/lib/ from your win Simplecenter installation.

Personal tools