X-Received: by 10.224.190.193 with SMTP id dj1mr56038226qab.6.1358269931694; Tue, 15 Jan 2013 09:12:11 -0800 (PST) Received: by 10.49.39.99 with SMTP id o3mr16124431qek.14.1358269931571; Tue, 15 Jan 2013 09:12:11 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!p13no227682qai.0!news-out.google.com!k2ni11qap.0!nntp.google.com!p13no227681qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Tue, 15 Jan 2013 09:12:11 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=194.106.137.50; posting-account=iQWO3woAAACM2dbI9W1kUakko8lzoshW NNTP-Posting-Host: 194.106.137.50 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1e03d170-7029-4ee6-b935-ef77dfd629d4@googlegroups.com> Subject: error: package jxl does not exist From: shaun.wiseman91@gmail.com Injection-Date: Tue, 15 Jan 2013 17:12:11 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:21415 Hi all, I have started a new project in eclipse which needs to interact with excell. I have added the jar using eclipse and it is present in the .classpath file but I am still getting this error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2. 3.2:testCompile (default-testCompile) on project JasperTest: Compilation failure : Compilation failure: [ERROR] \Documents and Settings\SWise\Desktop\JasperTest\src\test\jav a\JasperTest\JasperTest\excellReader.java:[3,0] error: package jxl does not exis t [ERROR] \Documents and Settings\SWise\Desktop\JasperTest\src\test\jav a\JasperTest\JasperTest\excellReader.java:[6,20] error: package jxl.read.biff do es not exist Any help at all would be appreciated. Thanks, Shaun