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.
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