Silver Salonen schrieb am 24.05.2007 07:57:
On Wednesday 23 May 2007 19:03, Davide Corio wrote:
Il giorno dom, 20/05/2007 alle 16.41 +0200, [EMAIL PROTECTED] ha
scritto:
Hi folks!

An another GUI were born, it's name JavaBacula.
If you can spend 7 minutes to see it's features go to the
following address:
youtube.com/watch?v=BWPFJJ__3wc
I think it's worths it.
It seems to be nice :)

Is it possibile to try it? will it be opensource?

The project was also submitted into sourceforge, so you can download it from there.

At a first glance at it, I find you should not be so pedantic inside the
JavaBacula.sh script:
I am running java version "1.6.0_01", which is rejected as not being
exactly "1.6.0".

Instead of
        if [ "$JVER" != "1.6.0" ]; then
                echo "Java version mismatch. ...
you might do
        case "$JVER" in
                1.6.0*) ;;
                *)      echo "Java version mismatch. ...

--
Silver

Otto

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to