• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

cewolf in struts

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
im trying to generate a time series chart,but it gives me an exception noSUchMethodError,i dont know whats the problem,because i try to use xyline and it works fine,can anyone please help me...thanks a lot,im using jfree10.0.12 and jcommon 10.0.15
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which version of cewolf are you using? Try the one linked in my signature, and use the JFreeChart and JCommon versions that come with it.
 
wilfredo doming
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
thanks for the reply,i try your cewolf version but it gave me the same error,nosuchmethoderror,also i use the jfree jar that's in it.however i try a lower version of jfree(jfree 1.0.0 and jcommon 1.0.0) and it works fine,dont whats really the problem,hope you can help me..thanks
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My cewolf distribution comes with JFreeChart 1.0.11 and JCommon 1.0.14, and it works fine. I'm guessing that you may somehow have ended up with more than one version of one of these libraries in your classpath, or with different versions in your build path and runtime path.

You didn't post the details of the error message, and which code is causing it, so it's hard to say what's going on.
 
wilfredo doming
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,i dont know if its the right forum,but what im doing is trying to add series of to a timeseriescolection.my problem is that it only gets the last collection of values it gets from my query.my observation is that it finished first the query loop the goes to the loop for the graph?but i cant figure out,why it behaves that way....can anyone please help me,thank you very much,.

 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please do not post unrelated questions into existing topics. Also, as far as I can tell, the question has nothing to do with Struts, so it would be much better suited to the Other Open Source projects forum.
 
CLUCK LIKE A CHICKEN! Now look at this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic