cforster / theme-park-project

An assignment about theme park queues
0 stars 11 forks source link

Compiling #7

Closed maguerosinclair closed 10 years ago

maguerosinclair commented 10 years ago

Why do you need to type: "java -cp jcommon-1.0.20.jar:jfreechart-1.0.16.jar:. Park" in order to compile?

cforster commented 10 years ago

The jcommon and jfreechart libraries are used to make the graphs. I did not write them, and they come all bundled as jar files. in order to use them, we need to tell java to include them in the "classpath", which is what "cp" stands for.