I have 5 .java files in src folder and many dependent jars in lib folder While Compiling the .java files with the jars i am facing error as,
src\Grapher.java:12: error: package org.jfree.chart does not exist import org.jfree.chart.*;
My directory sturcture is,
C:\Grapher\src*.java
C:\Grapher\lib*.jar
I am using the commond javac -cp .;lib/*.jar src/*.java