Search found 3 matches
- Fri Mar 05, 2004 3:29 pm
- Forum: JFreeChart
- Topic: Problem Compiling in Linux
- Replies: 1
- Views: 2041
Problem Compiling in Linux
Hi, I tried to create my own line chart in linux but I can't seem to compile it properly...... This is what I enter in the command prompt: /usr/java/j2sdk1.4.1_05/bin/javac - classpath /user/java/j2sdk1.4.1_05/ jcommon-0.9.1.jar:/root/ClumsyV9:/usr/java/j2sdk1.4.1_05/jfreechart-0.9.16.jar Temp.java ...
- Thu Mar 04, 2004 4:33 pm
- Forum: JFreeChart
- Topic: help: running jfreechart in linux
- Replies: 5
- Views: 5180
error encountered
Hi, this is the error that I'm getting.....I know that linux does not understand that it has to access these classes from the jfreechart.jar file.... the problem is I don't know how to make it work. I tried the suggestion given by davidlee but I'm still getting errors.....what I entered was: export ...
- Wed Mar 03, 2004 6:51 am
- Forum: JFreeChart
- Topic: help: running jfreechart in linux
- Replies: 5
- Views: 5180
help: running jfreechart in linux
Hi, I was able to successfully install jfreechart in Linux Redhat 9.0, but the problem is that java doesn't seem to detect that I am importing files from the jfreechart.jar so I alway end up with an error. Am I doing something wrong? What I did was extract the tar.gz file as instructed in the instal...