Return-Path: X-Original-To: apmail-poi-user-archive@www.apache.org Delivered-To: apmail-poi-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27C846AA2 for ; Thu, 9 Jun 2011 12:32:26 +0000 (UTC) Received: (qmail 29219 invoked by uid 500); 9 Jun 2011 12:32:25 -0000 Delivered-To: apmail-poi-user-archive@poi.apache.org Received: (qmail 29193 invoked by uid 500); 9 Jun 2011 12:32:25 -0000 Mailing-List: contact user-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Users List" Delivered-To: mailing list user@poi.apache.org Received: (qmail 29184 invoked by uid 99); 9 Jun 2011 12:32:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jun 2011 12:32:25 +0000 X-ASF-Spam-Status: No, hits=4.2 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RFC_ABUSE_POST,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jun 2011 12:32:19 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QUeOz-0001SV-OE for user@poi.apache.org; Thu, 09 Jun 2011 05:31:57 -0700 Date: Thu, 9 Jun 2011 05:31:57 -0700 (PDT) From: hkwathome To: user@poi.apache.org Message-ID: <1307622717743-4472542.post@n5.nabble.com> In-Reply-To: References: <1307606223988-4471920.post@n5.nabble.com> Subject: Re: HSSFSheet createRow MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3151_17521267.1307622717745" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3151_17521267.1307622717745 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I have put the following libraries in build path , i even tried fatjar ( sourceforge) , using extract runnable jar .. i am getting duplicate entries for poi classes while creating extract runnable jar . but not able to decipher the reason , it works in Eclipse , but not when i create runnable jar . Yes Eclipse forum , yes .. meanwhile any poi developer came across similar problem ? HSSFSheet . HSSFRow class are there in the created runnable jar file , is there any way to see the methos inside the jar ? error log : Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: org.apache.p oi.hssf.usermodel.HSSFSheet.createRow(I)Lorg/apache/poi/hssf/usermodel/HSSFRow; Menifest file Name: common Implementation-Vendor: Apache Software Foundation Specification-Title: jakarta-poi Implementation-Title: jakarta-poi Implementation-Version: 1.5.1-final Specification-Version: 1.5.1 Specification-Vendor: Apache Software Foundation -- View this message in context: http://apache-poi.1045710.n5.nabble.com/HSSFSheet-createRow-tp4471920p4472542.html Sent from the POI - User mailing list archive at Nabble.com. ------=_Part_3151_17521267.1307622717745--