>> there have been many mails regarding problems with old java installations to
>> the support list, and all the answers were the same: "install java 1.4!"
>> maybe this could be automated when fred checks it for itself and 
>> prompts the user where to find and maybe how to install a 1.4 jre.....?
>
>You mean, automatically send an email to support@ saying "I'm having a 
>problem" and then immediately send another one saying "install java 1.4!"?

*LOL*

no - rather

public static void main (String[] args)
{
        // stuff...

        // check java version
        if (!javaversion14orabovedetected)
        {
                
System.out.println(ELABORATE_USER_HELP_REGARDING_UPGRADE_TO_JAVA_VERSION_1_4);
                System.exit(1);
        }

        // more stuff...
}



_______________________________________________
devl mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl

Reply via email to