Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #21415 > unrolled thread
| Started by | shaun.wiseman91@gmail.com |
|---|---|
| First post | 2013-01-15 09:12 -0800 |
| Last post | 2013-02-24 18:04 -0500 |
| Articles | 20 on this page of 25 — 8 participants |
Back to article view | Back to comp.lang.java.programmer
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
Page 1 of 2 [1] 2 Next page →
| From | shaun.wiseman91@gmail.com |
|---|---|
| Date | 2013-01-15 09:12 -0800 |
| Subject | error: package jxl does not exist |
| Message-ID | <1e03d170-7029-4ee6-b935-ef77dfd629d4@googlegroups.com> |
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
[toc] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2013-01-15 11:16 -0800 |
| Message-ID | <f900d7ed-446a-4ea5-9a7d-9167ad8e85ee@googlegroups.com> |
| In reply to | #21415 |
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
[toc] | [prev] | [next] | [standalone]
| From | Shaun Wiseman <shaun.wiseman91@gmail.com> |
|---|---|
| Date | 2013-01-16 02:19 -0800 |
| Message-ID | <3247f5a1-51e9-4438-9375-08b0fc893b42@googlegroups.com> |
| In reply to | #21415 |
Hi Lew, Yes the maven projects use's .classpth file. How does it interact with it I have no idea. The path to the JAR is present in the .classpath file : "<classpathentry kind="lib" path="C:/jexcelapi/jxl.jar"/>" I have changed its location following this post. I really have no idea how to fix this
[toc] | [prev] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2013-01-16 13:52 -0800 |
| Message-ID | <d248b714-f16c-4edd-9e8b-3bff750be382@googlegroups.com> |
| In reply to | #21432 |
Shaun Wiseman wrote: > Yes the maven projects use's .classpth file. How does it interact with it I have no idea. AIUI from experience and http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html Maven might generate a .classpath for Eclipse to use, but I don't know of any standard setup where Maven reads .classpath for its data. Perhaps your project does something idiosyncratic there. It would be worth curing your lack of idea. > The path to the JAR is present in the .classpath file : "<classpathentry kind="lib" path="C:/jexcelapi/jxl.jar"/>" I have changed its location following this post. In the .classpath file or on the file system? From what to what? > I really have no idea how to fix this What happens if you do the build by command line, without using Maven or Eclipse? -- Lew
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2013-01-16 20:10 -0500 |
| Message-ID | <50f74f73$0$294$14726298@news.sunsite.dk> |
| In reply to | #21432 |
On 1/16/2013 5:19 AM, Shaun Wiseman wrote: > Yes the maven projects use's .classpth file. How does it interact with it I have no idea. > > The path to the JAR is present in the .classpath file : "<classpathentry kind="lib" path="C:/jexcelapi/jxl.jar"/>" I have changed its location following this post. > > I really have no idea how to fix this Listen better to what Lew says may help. Arne
[toc] | [prev] | [next] | [standalone]
| From | Shaun Wiseman <shaun.wiseman91@gmail.com> |
|---|---|
| Date | 2013-01-17 06:23 -0800 |
| Message-ID | <7bbc3458-d3ff-4a60-93d9-5fdf524ff238@googlegroups.com> |
| In reply to | #21457 |
Thanks Lew! I get what you mean now. I haven't even graduated yet from college so my knowledge is limited, Apologies for that, but you were a great help! I will run it in command line and see what happens. Thanks again. Shaun Arne, I suggest if you don't have input that's helpful don't post on threads! It was a waste of my time! I appreciate any help I get and I do listen to what he is saying, but I am trying to understand it.
[toc] | [prev] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2013-01-17 09:48 -0800 |
| Message-ID | <6e5bb324-c84b-401a-b485-e598b277fa83@googlegroups.com> |
| In reply to | #21475 |
Shaun Wiseman wrote: > Arne, I suggest if you don't have input that's helpful don't post on threads! Get used to disappointment. > It was a waste of my time! Awww. > I appreciate any help I get and I do listen to what he is saying, Then develop a thicker skin. Arne was helping. Thank him. > but I am trying to understand it. It would help if you would not scold those who help you. -- Lew
[toc] | [prev] | [next] | [standalone]
| From | lipska the kat <"nospam at neversurrender dot co dot uk"> |
|---|---|
| Date | 2013-01-17 19:28 +0000 |
| Message-ID | <B_CdnU7gIupGzWXNnZ2dnUVZ8madnZ2d@bt.com> |
| In reply to | #21480 |
Arne wrote: "Listen better to what Lew says may help" Lew wrote: "Arne was helping. Thank him" Is this what is known as a circular reference ? lipska -- Lipska the Kat©: Troll hunter, sandbox destroyer and farscape dreamer of Aeryn Sun
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2013-01-20 22:26 -0500 |
| Message-ID | <50fcb54b$0$290$14726298@news.sunsite.dk> |
| In reply to | #21483 |
On 1/17/2013 2:28 PM, lipska the kat wrote: > Arne wrote: > > "Listen better to what Lew says may help" > > Lew wrote: > > "Arne was helping. Thank him" > > Is this what is known as a circular reference ? Actually not as I was referring to something else Lew wrote. Arne
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2013-01-20 22:24 -0500 |
| Message-ID | <50fcb4fb$0$290$14726298@news.sunsite.dk> |
| In reply to | #21475 |
On 1/17/2013 9:23 AM, Shaun Wiseman wrote: > I get what you mean now. I haven't even graduated yet from college so > my knowledge is limited, Apologies for that, but you were a great > help! > Arne, I suggest if you don't have input that's helpful don't post on > threads! It was a waste of my time! I appreciate any help I get and I > do listen to what he is saying, but I am trying to understand it. Let me see: - you post a question - Lew post an explanation - you some something that shows you did not understand Lew's answer - I post that you should listen to Lew - You post that now you understand Lew's post and you complain that I told you to listen to Lew ? Hmmm..... Arne
[toc] | [prev] | [next] | [standalone]
| From | || <pipe@let.it.flow.down.de.river> |
|---|---|
| Date | 2013-01-21 06:12 +0000 |
| Message-ID | <kdim80$1t5$1@speranza.aioe.org> |
| In reply to | #21594 |
Arne Vajhøj <arne@vajhoej.dk> wrote:
>On 1/17/2013 9:23 AM, Shaun Wiseman wrote:
>> I get what you mean now. I haven't even graduated yet from college so
>> my knowledge is limited, Apologies for that, but you were a great
>> help!
>
A very good day to you, Shaun... an' would that then be
St. Marys or Mary Immaculate now?
>> Arne, I suggest if you don't have input that's helpful don't post on
>> threads! It was a waste of my time! I appreciate any help I get and I
>> do listen to what he is saying, but I am trying to understand it.
>
>Let me see:
>- you post a question
>- Lew post an explanation
>- you some something that shows you did not understand Lew's answer
>- I post that you should listen to Lew
>- You post that now you understand Lew's post and you complain
> that I told you to listen to Lew
>?
>
>Hmmm.....
>
>Arne
Oh tis the Fizmorayen out playing with the Fitzmoran
I fear, the lil' men at work :)
Confusing to the clan(s) collective textual eye is all
this york'd out syntax castle building, like.
Tho' to be sure them Fizmorayen be a grand bunch for
crack when resting in their cups.
http://finnegans.org/
If ye can spare a farthing or two..? a gold coin
of your relam perhaps. ho ho
le Pipe
[toc] | [prev] | [next] | [standalone]
| From | Shaun Wiseman <shaun.wiseman91@gmail.com> |
|---|---|
| Date | 2013-01-23 08:02 -0800 |
| Message-ID | <0acd1209-c460-4280-bde1-d8ef93accaa5@googlegroups.com> |
| In reply to | #21415 |
Sup, Who knew behind Arne's computer screen would be a pedantic troll. How unfortunate that is all the world needs, another common troll. :/ Its funny you act like you knew everything coming out of the womb;whoever that unfortunate person was. Your Irish references are a little outdated also friend. On Tuesday, 15 January 2013 17:12:11 UTC, Shaun Wiseman wrote: > 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
[toc] | [prev] | [next] | [standalone]
| From | lipska the kat <"nospam at neversurrender dot co dot uk"> |
|---|---|
| Date | 2013-01-23 17:29 +0000 |
| Message-ID | <K5ednZ7QkcuOg53MnZ2dnUVZ8v2dnZ2d@bt.com> |
| In reply to | #21616 |
On 23/01/13 16:02, Shaun Wiseman wrote: > > Sup, > > Who knew behind Arne's computer screen would be a pedantic troll. How unfortunate that is all the world needs, another common troll. :/ > > Its funny you act like you knew everything coming out of the womb;whoever that unfortunate person was. oh oh, now you've done it. lipska -- Lipska the Kat©: Troll hunter, sandbox destroyer and farscape dreamer of Aeryn Sun
[toc] | [prev] | [next] | [standalone]
| From | Lars Enderin <lars.enderin@telia.com> |
|---|---|
| Date | 2013-01-23 19:02 +0100 |
| Message-ID | <510025D3.90708@telia.com> |
| In reply to | #21617 |
2013-01-23 18:29, lipska the kat skrev: > On 23/01/13 16:02, Shaun Wiseman wrote: >> >> Sup, >> >> Who knew behind Arne's computer screen would be a pedantic troll. How >> unfortunate that is all the world needs, another common troll. :/ >> >> Its funny you act like you knew everything coming out of the >> womb;whoever that unfortunate person was. > > oh oh, now you've done it. > Done what? I don't think Arne should be overly concerned with criticism from Shaun (not so) Wiseman, who cannot even make an explicit reference to the post/poster he seems to refer to. Even a Google Groups user should know how to keep a thread consistent. Instead, he comments on his own original post. -- Lars Enderin
[toc] | [prev] | [next] | [standalone]
| From | lipska the kat <"nospam at neversurrender dot co dot uk"> |
|---|---|
| Date | 2013-01-23 18:19 +0000 |
| Message-ID | <KeidnRMErPxbtJ3MnZ2dnUVZ8rqdnZ2d@bt.com> |
| In reply to | #21618 |
On 23/01/13 18:02, Lars Enderin wrote: > 2013-01-23 18:29, lipska the kat skrev: >> On 23/01/13 16:02, Shaun Wiseman wrote: >>> >>> Sup, >>> >>> Who knew behind Arne's computer screen would be a pedantic troll. How >>> unfortunate that is all the world needs, another common troll. :/ >>> >>> Its funny you act like you knew everything coming out of the >>> womb;whoever that unfortunate person was. >> >> oh oh, now you've done it. >> > > Done what? I don't think Arne should be overly concerned with criticism > from Shaun (not so) Wiseman, who cannot even make an explicit reference > to the post/poster he seems to refer to. Even a Google Groups user > should know how to keep a thread consistent. Instead, he comments on his > own original post. Yea, struggling with the language again are we Lars ? "oh oh, now you've done it" Infers that it won't be long before all Arnes cronies speak up in his defense... and here we are. I have to admit, I was expecting that wanker Bloch to pipe up first but the yanquies ain't up yet are they. so, Lars you win todays 'jump on the newbie' prize I bet your mum is proud. While I'm here, and as you seem to speak for the great oracle, why is it that your pal Arne seems to feel the need to pontificate on EVERY question in this Usenet newsgroup ? It's just a question, no need to get too excited. lipska -- Lipska the Kat©: Troll hunter, sandbox destroyer and farscape dreamer of Aeryn Sun
[toc] | [prev] | [next] | [standalone]
| From | "John B. Matthews" <nospam@nospam.invalid> |
|---|---|
| Date | 2013-01-23 13:42 -0500 |
| Message-ID | <nospam-B1A9F9.13425323012013@news.aioe.org> |
| In reply to | #21619 |
In article <KeidnRMErPxbtJ3MnZ2dnUVZ8rqdnZ2d@bt.com>, lipska the kat <"nospam at neversurrender dot co dot uk"> wrote: [Edited] > Yea, struggling with the language again are we Lars? > > "oh oh, now you've done it." > > Infers (sic) that it won't be long before all Arne's cronies > speak up in his defense. A quoted sentence cannot "infer" anything; perhaps you meant "implies." -- John B. Matthews trashgod at gmail dot com <http://sites.google.com/site/drjohnbmatthews>
[toc] | [prev] | [next] | [standalone]
| From | lipska the kat <"nospam at neversurrender dot co dot uk"> |
|---|---|
| Date | 2013-01-23 19:12 +0000 |
| Message-ID | <odOdnR9wf72Gq53MnZ2dnUVZ8u6dnZ2d@bt.com> |
| In reply to | #21620 |
On 23/01/13 18:42, John B. Matthews wrote: > In article<KeidnRMErPxbtJ3MnZ2dnUVZ8rqdnZ2d@bt.com>, > lipska the kat<"nospam at neversurrender dot co dot uk"> wrote: > > [Edited] >> Yea, struggling with the language again are we Lars? >> >> "oh oh, now you've done it." >> >> Infers (sic) that it won't be long before all Arne's cronies >> speak up in his defense. > > A quoted sentence cannot "infer" anything; perhaps you meant > "implies" Oooh ... I got a (sic) I haven't had a (sic) before. Hmm Infer: To involve by logical necessity; To express or indicate indirectly: I think that "oh no now you've done it" expresses or indicates indirectly that Arnes cronies will speak up in his defense. But I admit it's not as compelling as ... Imply: To conclude from evidence or premises. To reason from circumstance. To lead to as a consequence or conclusion. It could indeed be said that "oh no now you've done it" might lead one to conclude that Arnes cronies will speak up in his defense given past experience. Well, thank you for that, as I always say, it's amazing what you can learn on Usenet. I am of course imperfect, as we all are ... well *almost* all of us anyway. lipska -- Lipska the Kat©: Troll hunter, sandbox destroyer and farscape dreamer of Aeryn Sun
[toc] | [prev] | [next] | [standalone]
| From | Lars Enderin <lars.enderin@telia.com> |
|---|---|
| Date | 2013-01-24 00:00 +0100 |
| Message-ID | <51006BA6.203@telia.com> |
| In reply to | #21619 |
2013-01-23 19:19, lipska the kat skrev: > On 23/01/13 18:02, Lars Enderin wrote: >> 2013-01-23 18:29, lipska the kat skrev: >>> On 23/01/13 16:02, Shaun Wiseman wrote: >>>> >>>> Sup, >>>> >>>> Who knew behind Arne's computer screen would be a pedantic troll. How >>>> unfortunate that is all the world needs, another common troll. :/ >>>> >>>> Its funny you act like you knew everything coming out of the >>>> womb;whoever that unfortunate person was. >>> >>> oh oh, now you've done it. >>> >> >> Done what? I don't think Arne should be overly concerned with criticism >> from Shaun (not so) Wiseman, who cannot even make an explicit reference >> to the post/poster he seems to refer to. Even a Google Groups user >> should know how to keep a thread consistent. Instead, he comments on his >> own original post. > > Yea, struggling with the language again are we Lars ? You're so full of yourself. I don't "struggle" with English. Where did I do that? > "oh oh, now you've done it" I was aware of the *implication*. I just questioned why you made the remark, except to show your dislike of Arne (and Lew). > Infers that it won't be long before all Arnes cronies speak up in his > defense... and here we are. I have to admit, I was expecting that wanker > Bloch to pipe up first but the yanquies ain't up yet are they. Arne and Lew may be abrasive occasionally, but they have valid points. > so, Lars you win todays 'jump on the newbie' prize I did not jump on the newbie. I just found his attack on Arne to be unwarranted, as was your comment. > I bet your mum is proud. Cheap, totally unwarranted shot. You have no idea. > While I'm here, and as you seem to speak for the great oracle, why is it > that your pal Arne seems to feel the need to pontificate on EVERY > question in this Usenet newsgroup ? Struggling with ortography, are you? There should be no space before a question mark. Who made you moderator of this group? > It's just a question, no need to get too excited. -- Lars Enderin
[toc] | [prev] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2013-01-23 17:56 -0800 |
| Message-ID | <b5dfdaf0-e6fd-4fef-a2e6-9f0f3e538ae4@googlegroups.com> |
| In reply to | #21622 |
Lars Enderin wrote: > lipska the kat skrev: >> ... [trolling] ... > Struggling with ortography, are you? There should be no space before a > question mark. Who made you moderator of this group? Please do not feed the trolls, Lars. -- Lew
[toc] | [prev] | [next] | [standalone]
| From | lipska the kat <"nospam at neversurrender dot co dot uk"> |
|---|---|
| Date | 2013-01-24 10:28 +0000 |
| Message-ID | <TpidnYa4mut4kZzMnZ2dnUVZ8s-dnZ2d@bt.com> |
| In reply to | #21630 |
On 24/01/13 01:56, Lew wrote: > Lars Enderin wrote: >> lipska the kat skrev: >>> ... [trolling] ... >> Struggling with ortography, are you? There should be no space before a >> question mark. Who made you moderator of this group? > > Please do not feed the trolls, Lars. Listen Bloch you sub-moron. I'm not the troll I'm just giving you and you little group of self congratulatory pals a taste of your own medicine and you don't like it do you. Your sort never does. lipska -- Lipska the Kat©: Troll hunter, sandbox destroyer and farscape dreamer of Aeryn Sun
[toc] | [prev] | [next] | [standalone]
Page 1 of 2 [1] 2 Next page →
Back to top | Article view | comp.lang.java.programmer
csiph-web