• 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

reports in java

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi friends

how to create report in java like vb or any other language?.
 
Ranch Hand
Posts: 547
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what is a report to you ? of what ?


maybe look at jasper reports and b.i.r.t ?


cheers

p
 
vinayaga moorthi
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi friends
i want to create report in the form of graphs. how could i draw in java. and another question how can i convert the java project into exe format.
then what is the latest version of JVM and JRE

thanks
 
Ranch Hand
Posts: 188
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JFreeChart is an excellent java open source library that enables drawing of charts.

http://www.jfree.org/jfreechart/index.php

I've embedded these charts into PDF documents using another great open source library called iText.

http://www.lowagie.com/iText/

Both websites provide really detailed documentation and helpful examples.

Jason.
[ March 21, 2006: Message edited by: Jason Moors ]
 
Ranch Hand
Posts: 1228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

can i convert the java project into exe



Why would you like to do this ?
This is against "Create once run any where rule " in java ? But try to google you can get many tools for this. the other alternate is to think about "jar". This question is also discussed many time here. If you do a search , you get some infomation on it.
[ March 22, 2006: Message edited by: Srinivasa Raghavan ]
reply
    Bookmark Topic Watch Topic
  • New Topic