Return-Path: Delivered-To: apmail-uima-user-archive@www.apache.org Received: (qmail 12874 invoked from network); 16 Nov 2010 17:47:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Nov 2010 17:47:43 -0000 Received: (qmail 73672 invoked by uid 500); 16 Nov 2010 17:48:15 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 73600 invoked by uid 500); 16 Nov 2010 17:48:14 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 73592 invoked by uid 99); 16 Nov 2010 17:48:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 17:48:14 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FORGED_HOTMAIL_RCVD2,FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcaug-uima-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 17:48:05 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PIPd9-0007Dg-5I for user@uima.apache.org; Tue, 16 Nov 2010 18:47:43 +0100 Received: from p5B23D7E4.dip.t-dialin.net ([91.35.215.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Nov 2010 18:47:43 +0100 Received: from fattheprof by p5B23D7E4.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Nov 2010 18:47:43 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: user@uima.apache.org From: =?utf-8?b?RXJpay1Mw6Ju?= Do Dinh Subject: Re: Problems installing UIMA on W7 Date: Tue, 16 Nov 2010 17:47:27 +0000 (UTC) Lines: 22 Message-ID: References: <4CE2AC35.3030709@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 91.35.215.228 (Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12) X-Virus-Checked: Checked by ClamAV on apache.org Thilo Götz writes: > I think the problem is not the UIMA install path, but the Java install > path. It chokes on the closing paren of the (x86) part (great idea, MS). > > I don't have the time to try this now, but try replacing > if "%JAVA_HOME%"=="" (set UIMA_JAVA_CALL=java) else (set > UIMA_JAVA_CALL=%JAVA_HOME%\bin\java) > > with > > if "%JAVA_HOME%"=="" (set UIMA_JAVA_CALL=java) else set > "UIMA_JAVA_CALL=%JAVA_HOME%\bin\java" Spot on. I changed it in adjustExamplePaths.bat as well as in runUimaClass.bat. With apache-uima directly on C:, this works now, and the Document Analyzer GUI pops up. Like you mentioned, the (x86) seems to be the culprit - when I have apache-uima in the program files (x86) dir installed, I would have to change much more in the script files. Alas, it now works from C:, thats all I need. Thank you very much for your quick help. Erik-Lân