Benjamin Coates <coates at windmail.net> wrote on 19.4.2001 01:02:40: > >>From Sebastian at SSpaeth.de >>>I tried to look into the installer, but couldn't make heads or tails of it; >>>does anyone know what bit of code writes out the initial freenet.ini? >> >>Freenet.ini is created by running "Freenet.scripts.Setup.java freenet.ini >-silent". This used to work just fine >>and if something is broken Setup.java needs to be fixed. >> >>Sebastian > >Ok, the problem is that jview is being launched using -classpath, which >java/javaw accept but jview/wjview don't (they return an error message). Both >of them accept -cp, so if you switch it in flaunch.ini (which is created >somewhere by the installer, since the one created by the installer DOES NOT >match the one in CVS (freenet/Contrib/wininstall/Freenet/FLaunch.ini), jview >should work again. > >When this gets fixed and tested (I can test if needed), we should release a >new package for windows, since the current one is broken.
ARRRGG. I hate Windows. I explicitely changed that from -cp to -classpath as it broke some other JREs (older versions of Suns Java I think) and I was told that -classpath would be the standard way to go. So either way we will be breaking some Java versions. I really start thinking disabling jview.exe is the way to go now. It would be great if somebody would have a look at the C++ JavaFind util (source in CVS Contrib/Wininstall/Source) and do that before I get to it. It is just a matter of removing jview.exe from the list of allowed names and recompiling it. Sebastian _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl >From - Fri Apr 20 11:46:35 2001 Return-Path: <devl-admin at freenetproject.org> Received: from hawk.freenetproject.org (postfix@[4.18.42.11]) by funky.danky.com (8.9.3/8.8.7) with ESMTP id GAA23370 for <danello at danky.com>; Thu, 19 Apr 2001 06:25:55 -0400 Received: from hawk.freenetproject.org (localhost [127.0.0.1]) by hawk.freenetproject.org (Postfix) with ESMTP id C6B1B58029; Thu, 19 Apr 2001 03:07:07 -0700 (PDT) Delivered-To: devl at freenetproject.org Received: from mta1-rme.xtra.co.nz (mta1-rme.xtra.co.nz [203.96.92.1]) by hawk.freenetproject.org (Postfix) with ESMTP id F191B57D97 for <devl at freenetproject.org>; Thu, 19 Apr 2001 03:06:50 -0700 (PDT) Received: from private ([210.54.116.235]) by mta1-rme.xtra.co.nz with SMTP id <20010419100112.FHSR696.mta1-rme.xtra.co.nz at private> for <devl at freenetproject.org>; Thu, 19 Apr 2001 22:01:13 +1200 Message-ID: <001901c0c8b7$6fb86620$eb7436d2 at private> From: "David McNab" <[email protected]> To: <devl at freenetproject.org> References: <MWMail.nsndhlsn at host.none> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3
