jtablesaw / tablesaw

Java dataframe and visualization library
https://jtablesaw.github.io/tablesaw/
Apache License 2.0
3.55k stars 643 forks source link

Java cannot access tech.tablesaw.io.source error #805

Closed EliasDevSE closed 4 years ago

EliasDevSE commented 4 years ago

Getting the following errors when compiling my code and trying to import and XLSX file image

and I have import tech.tablesaw.api.Table; import tech.tablesaw.io.xlsx.XlsxReadOptions; import tech.tablesaw.io.xlsx.XlsxReader;

lwhite1 commented 4 years ago

This looks like a standard java compilation issue related to a classpath problem and not something specific to Tablesaw.