Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #21416
| Newsgroups | comp.lang.java.programmer |
|---|---|
| Date | 2013-01-15 11:16 -0800 |
| References | <1e03d170-7029-4ee6-b935-ef77dfd629d4@googlegroups.com> |
| Message-ID | <f900d7ed-446a-4ea5-9a7d-9167ad8e85ee@googlegroups.com> (permalink) |
| Subject | Re: error: package jxl does not exist |
| From | Lew <lewbloch@gmail.com> |
Shaun Wiseman wrote: > I have started a new project in eclipse which needs to interact with excell [sic]. > I have added the jar [sic] using eclipse [sic] and it is present in the .classpath file but What JAR is that? > 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\java\JasperTest\JasperTest\excellReader.java:[3,0] > error: package jxl does not exist > > [ERROR] \Documents and Settings\SWise\Desktop\JasperTest\src\test\java\JasperTest\JasperTest\excellReader.java:[6,20] > error: package jxl.read.biff does not exist > > Any help at all would be appreciated. Does Maven use the .classpath file? How does Maven resolve classpaths? Apparently the JExcelApi JAR is not actually in your classpath. Your own package would be spelled with all lower-case letters if you followed the usual convention. -- Lew
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
error: package jxl does not exist shaun.wiseman91@gmail.com - 2013-01-15 09:12 -0800
Re: error: package jxl does not exist Lew <lewbloch@gmail.com> - 2013-01-15 11:16 -0800
Re: error: package jxl does not exist Shaun Wiseman <shaun.wiseman91@gmail.com> - 2013-01-16 02:19 -0800
Re: error: package jxl does not exist Lew <lewbloch@gmail.com> - 2013-01-16 13:52 -0800
Re: error: package jxl does not exist Arne Vajhøj <arne@vajhoej.dk> - 2013-01-16 20:10 -0500
Re: error: package jxl does not exist Shaun Wiseman <shaun.wiseman91@gmail.com> - 2013-01-17 06:23 -0800
Re: error: package jxl does not exist Lew <lewbloch@gmail.com> - 2013-01-17 09:48 -0800
Re: error: package jxl does not exist lipska the kat <"nospam at neversurrender dot co dot uk"> - 2013-01-17 19:28 +0000
Re: error: package jxl does not exist Arne Vajhøj <arne@vajhoej.dk> - 2013-01-20 22:26 -0500
Re: error: package jxl does not exist Arne Vajhøj <arne@vajhoej.dk> - 2013-01-20 22:24 -0500
Re: error: package jxl does not exist || <pipe@let.it.flow.down.de.river> - 2013-01-21 06:12 +0000
Re: error: package jxl does not exist Shaun Wiseman <shaun.wiseman91@gmail.com> - 2013-01-23 08:02 -0800
Re: error: package jxl does not exist lipska the kat <"nospam at neversurrender dot co dot uk"> - 2013-01-23 17:29 +0000
Re: error: package jxl does not exist Lars Enderin <lars.enderin@telia.com> - 2013-01-23 19:02 +0100
Re: error: package jxl does not exist lipska the kat <"nospam at neversurrender dot co dot uk"> - 2013-01-23 18:19 +0000
Re: error: package jxl does not exist "John B. Matthews" <nospam@nospam.invalid> - 2013-01-23 13:42 -0500
Re: error: package jxl does not exist lipska the kat <"nospam at neversurrender dot co dot uk"> - 2013-01-23 19:12 +0000
Re: error: package jxl does not exist Lars Enderin <lars.enderin@telia.com> - 2013-01-24 00:00 +0100
Re: error: package jxl does not exist Lew <lewbloch@gmail.com> - 2013-01-23 17:56 -0800
Re: error: package jxl does not exist lipska the kat <"nospam at neversurrender dot co dot uk"> - 2013-01-24 10:28 +0000
Re: error: package jxl does not exist Arne Vajhøj <arne@vajhoej.dk> - 2013-02-24 18:08 -0500
Re: error: package jxl does not exist lipska the kat <"nospam at neversurrender dot co dot uk"> - 2013-02-25 08:52 +0000
Re: error: package jxl does not exist lipska the kat <"nospam at neversurrender dot co dot uk"> - 2013-01-24 08:25 +0000
Re: error: package jxl does not exist lipska the kat <"nospam at neversurrender dot co dot uk"> - 2013-01-24 08:56 +0000
Re: error: package jxl does not exist Arne Vajhøj <arne@vajhoej.dk> - 2013-02-24 18:04 -0500
csiph-web