954,554 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to get libraries on Java (Jfreechart)

Hello, im sort of an intermediate programmer that has never installed a library on java before could anyone please tell me how to install this library on java so I could use the charts functionality, Please there are all sorts of folders in there I really dont know what to do HELP:

http://www.jfree.org/jfreechart/download.html

I can import any functionality because the package or library isnt somewhere, which I dont know where to put it.. please and thank oyu for any help

rayden150
Light Poster
32 posts since Aug 2010
Reputation Points: 9
Solved Threads: 0
 

The ideal way would be to use some sort of artifact manager like Maven or Ivy to manage your libraries. If you aren't aware of any of those and want to get started as quickly as you can, visit: http://mvnrepository.com/artifact/jfree and download the latest versions of "jcommon" and "jfreechart". Put those JAR files in your project's classpath (I'm assuming you are using some sort of IDE like Netbeans/Eclipse) and you should be good to go in terms of running JFreeChart snippets.

~s.o.s~
Failure as a human
Administrator
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: