Search found 69 matches

by Mimil
Sat Sep 16, 2006 6:58 pm
Forum: JFreeChart
Topic: How to remove an entity from legend in case of Line chart
Replies: 2
Views: 7448

Please, do not use caps!
by Mimil
Fri Aug 25, 2006 12:44 pm
Forum: JFreeChart
Topic: URGENT: Margin Percent
Replies: 3
Views: 4814

Hi,

Is that a JFreeChart or a JFreeReport question?
by Mimil
Mon Aug 14, 2006 12:51 pm
Forum: JCommon
Topic: servlet problem..
Replies: 4
Views: 16015

Hi,

you should specify to java that it is running whithout a graphical server by defining the variable java.awt.headless to the value true.
For more informations go to this related post : http://www.jfree.org/phpBB2/viewtopic.p ... df6f1ca8ec
by Mimil
Mon Aug 14, 2006 10:51 am
Forum: JCommon
Topic: servlet problem..
Replies: 4
Views: 16015

Hi,

hum, you should provide us a little more explanations else we will not be able to help you.
So, look to all the log files you have (tomcat, your application, ...) to find where/what is the real problem. And if you can't find the solution by yourself, come back in here.
by Mimil
Mon Jul 10, 2006 9:21 am
Forum: JCommon
Topic: Which classes do I need to change to extend dates to 1800s?
Replies: 2
Views: 13343

Hi,

I think you shoud send your modifications to David or Thomas (aka Taqua) to be sure that they will not be lost .... =)
by Mimil
Tue Jul 04, 2006 10:39 am
Forum: JFreeChart
Topic: How to generate chart data source on the fly?
Replies: 2
Views: 4006

Hi,

this class is from the Pentaho distribution, so I guess you have to download the Pentaho Report distribution : http://www.pentaho.org
by Mimil
Wed May 03, 2006 12:41 pm
Forum: JFreeDesigner
Topic: Can you release JFreeDesinger that support JFreeReport8.7.2?
Replies: 6
Views: 40955

Hi,

JFreeReportDesigner is completly stalled for now. :(
As far as I know there is no "planning" concerning this tool.
by Mimil
Wed May 03, 2006 11:20 am
Forum: JFreeChart
Topic: problem in displaying the pie chart
Replies: 5
Views: 5050

Hi,

Is the servlet API properly included? Perhaps it can help if you provide us the versions of application you are using (OS, Application Server, J2EE, ..).
by Mimil
Tue Aug 02, 2005 9:53 am
Forum: JFreeChart
Topic: Including JFreeChart-1.0.0-rc1.jar in my jar
Replies: 2
Views: 3098

Hi, as far as I know, it is not possible to include a jar in an other jar. The only one way is to add the JFreeChart source directory to your project but I don't know if the license allows it. But is it a problem to have it separatly? I guess JavaWebStart is also able to deploy libraries of an appli...
by Mimil
Tue Jun 28, 2005 4:04 pm
Forum: JCommon
Topic: NoClassDefFoundError
Replies: 11
Views: 38895

Hi,

here is an exemple of one auto generated by ant:

Code: Select all

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.2
Created-By: 1.2.2 (Sun Microsystems Inc.)
Class-Path: lib/jcommon-1.0.0-rc1.jar lib/pixie-0.8.4.jar
Here is the reference doc : http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html
by Mimil
Tue Jun 28, 2005 3:51 pm
Forum: JCommon
Topic: NoClassDefFoundError
Replies: 11
Views: 38895

Hi,

As for me, and my understanding of java, you will have to carry all the jars. You can't include jars in an other jar. But you can set a classpath attribut in your manifest to tell where are located the other jars (and it can be relative).
by Mimil
Tue Jun 28, 2005 3:46 pm
Forum: JFreeDesigner
Topic: Just a overview
Replies: 3
Views: 33952

Hi,

I am not sure this tools is still working, at least it should not work with the lastest version of JFreeReport. So I am not sure that using it in the current state is a good idea.
Hopping that it will rework a day.
by Mimil
Tue Jun 28, 2005 3:42 pm
Forum: JCommon
Topic: Request MD5 checksum for JCommon 1.0.0-pre3.zip
Replies: 1
Views: 12227

Hi,

JFree website now supports md5 functionality but it is only for the released file from the website.
So go to the download page to get them.
by Mimil
Tue Jun 28, 2005 3:39 pm
Forum: JCommon
Topic: where is Jcommon API
Replies: 3
Views: 17185

Hi, You can generate the javadoc api from the source code. I think it is the best because it will be uptodate the version you are using. There should be an ant directive for that but I don't know its right name. I think it should be mantioned in the readme or install file. And if you realy don't fin...
by Mimil
Tue Jun 28, 2005 3:35 pm
Forum: JCommon
Topic: NoClassDefFoundError
Replies: 11
Views: 38895

Hi,

Tell us a bite more about how you are doing perhaps it will be easier.
But jars need classes to be also in the path, so did you do this properly?