Return-Path: Delivered-To: apmail-incubator-uima-user-archive@minotaur.apache.org Received: (qmail 24353 invoked from network); 17 Jun 2009 15:55:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jun 2009 15:55:04 -0000 Received: (qmail 28789 invoked by uid 500); 17 Jun 2009 15:55:15 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 28764 invoked by uid 500); 17 Jun 2009 15:55:15 -0000 Mailing-List: contact uima-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: uima-user@incubator.apache.org Delivered-To: mailing list uima-user@incubator.apache.org Received: (qmail 28754 invoked by uid 99); 17 Jun 2009 15:55:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 15:55:15 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Jay.Jarman@va.gov designates 152.130.26.46 as permitted sender) Received: from [152.130.26.46] (HELO mtares2.res.net.va.gov) (152.130.26.46) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 15:55:05 +0000 X-SBRS: None X-MID: 201243383 X-IronPort-AV: E=Sophos;i="4.42,236,1243814400"; d="scan'208";a="201243383" X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: UIMA/Eclipse setup issues (My Solution) Date: Wed, 17 Jun 2009 11:54:39 -0400 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: UIMA/Eclipse setup issues (My Solution) Thread-Index: AcnvY2CXJgK+6KAfSMOOcpLY40/pXAAAEDYw References: <4A390AB9.6010909@aaronkaplan.info> From: "Jarman, Jay" To: X-Virus-Checked: Checked by ClamAV on apache.org That's exactly what I was looking for. So if I create my own environment variable (UIMA_LIB) pointing to a folder with all the UIMA jars, I need only point the package to that variable and it gets all the jars without me assigning each one separately. Is that correct? -----Original Message----- From: Tong Fin [mailto:tong.fin2@gmail.com]=20 Sent: Wednesday, June 17, 2009 11:50 AM To: uima-user@incubator.apache.org Subject: Re: UIMA/Eclipse setup issues (My Solution) Hi, I would like to comment about "how to use UIMA jars in Eclipse" (NOT about Maven). The way Jay did by adding UIMA jars one by one in the Library Tab is "one way" to solve the missing classes/jars problem. But, it is only applied for the project that has the problem. You will "repeat" the same steps again and again to solve the same problem for other projects. The "better way" is to create a "User Library" (as mentioned by Tomasso), called for example UIMA_LIB (I prefer to use "different" name than UIMA_HOME). When you need UIMA jars in any project, you add UIMA_LIB as a library (so you save the steps to pick UIMA jars one by one). If you expect to use UIMA jars in an Eclipse "plug-in" project, you will need to add UIMA's runtime plug-in as a dependency to your plug-in project. -- Tong