Search found 2 matches

by jmartin_lws
Tue Oct 04, 2005 6:21 pm
Forum: JFreeChart
Topic: Getting "cannot resolve symbol" errors.
Replies: 3
Views: 5511

Hello Dave, This is what I am getting: C:\jfreechart-1.0.0-rc1>javac First.java First.java:1: package org.jfree.chart does not exist import org.jfree.chart.ChartFactory; . . . First.java:16: cannot resolve symbol symbol : class DefaultPieDataset location: class First DefaultPieDataset dataset = new ...
by jmartin_lws
Tue Oct 04, 2005 1:42 am
Forum: JFreeChart
Topic: Getting "cannot resolve symbol" errors.
Replies: 3
Views: 5511

Getting "cannot resolve symbol" errors.

Hello, Forgive me if this is a stupid question, but I am having trouble compiling the First.java on the Developer Guide documentation. I am getting the error "cannot resolve symbol" on all the imports. I have followed everything on the guide and was successfull in doing everything up to this point. ...