jtablesaw / tablesaw

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

Tablesaw has issues in JavaFX controller #1183

Open pablo3p opened 1 year ago

pablo3p commented 1 year ago

Hi there, I am trying to use your Tablesaw for using it to import a CSV file so it is in memory in a table like structure that Tablesaw is. BUT, I am not able to use the library at all. I tried a very simple example that is on your website, in my JavaFX controller java file, and I am using IntelliJ IDE. The IDE is not able to provide the import statement to get access to it. I used Maven to get Tablesaw and that is fine. I got a friend of mine to try out the same, and was able to duplicate the issue that I am having.

I then decided to create a simple java console app project in IntelliJ, and everything works fine. And my friend also tried the same on his side.

In terms of JDK, I am using the AZUL JDK version 19.

SO I think there is some kind of incompatibility with TableSaw and JavaFX controller.

Hope someone knows about this.

P

perNyfelt commented 1 year ago

I use it in javaFx app without problems. Post (or point to) a working example showing the issue and you might get more adequate help!