We have produced a self installing version of JOverseer. Download, run it, it does the rest!
This also includes an automatic updater that will keep you up to date as we improve the program.
Java is platform independent, but you will have to get a Linux install off it!
The Windows installer program will not work on Linux of course.
Dean
Here is what the programer said about the Mac/Linux version
Oh since it isn’t obvious.
There’s a bundled zip file for non-windows users
see the installation instructions on the wiki… http://code.google.com/p/joverseer/wiki/InstallationInstructions
There’s no particular reason why it shouldn’t work on linux/mac
(the windows EXEs are only wrappers for java), but I haven’t tried it.
So the trick is to download it, suck it and see and report back.
Of course, make sure you have Java installed on whichever platform you are using!a
Initially the order checker for the .12 version didn’t work for my KinStrife game, but after setting up a new KS game, re-importing the xmls and pdfs it works wonderfully well.
Thanks Dean and team, I’ve been looking forward to this functionality.
Here is some advice by the programmer about getting it going on a Linux system
"Hi Jerry,
It’s rather difficult to help without seeing precisely what is and isn’t happening.
I’ve just unpacked joverseer-libraries-v1.0.12 and got it running.
Your steps are likely to be slightly different, as I don’t know if you are working from the command line or not, or
which Linux ‘distro’ you are using.
if you run the command
‘java -version’
it should print the version of java installed, so check this first.
If you can perform the command
‘java -Xmx384M -jar joverseer.jar’
with the current directory set to wherever you unpacked the joverseer.jar file and the rest of the zip,
then jOverseer should run ok.
by ‘run command’ I mean from a command shell, which may be called bash,xterm,console,Konsole,terminal etc…
and you don’t type the single quotes at the beginning and end of the command.
I noticed a couple of problems with the unix-laucher.sh (sic) file:
The ‘cd joverseer’ command is not wanted.
The character encoding is for PCs instead of unix which may confuse things.
I suggest that you create a new file using a simple text editor (like notepad NOT one with multiple fonts like Word) in the same directory as joverseer.jar ‘start-joverseer.sh’ containing:
#/bin/sh
java -Xmx384M -jar joverseer.jar
Then the command
‘sh start-joverseer.sh’ should work.
To make it ‘clickable’ from a windowed environment, you need to add execute permission to the file:
‘chmod +x start-joverseer.sh’
Note: I don’t think email from within joverseer will work unix, so you’ll have to export/attach or cut paste into an email."