Disclaimer: I don't know Java nor Eclipse.
The EMB has hard-coded comma as the CSV separator. That is unusable in my country, and we use semicolon instead. The module where it is set was easily found (CSVFileManager.java: public static final char DEFAULT_SEPARATOR = ',';). However, my Java savvy colleague tells (and shows) me that compile is impossible, as several libraries are missing. (I get exactly 100 warnings when importing the source into Eclipse)
What's up with this? Isn't the source complete after all?
Disclaimer: I don't know Java nor Eclipse.
The EMB has hard-coded comma as the CSV separator. That is unusable in my country, and we use semicolon instead. The module where it is set was easily found (CSVFileManager.java: public static final char DEFAULT_SEPARATOR = ',';). However, my Java savvy colleague tells (and shows) me that compile is impossible, as several libraries are missing. (I get exactly 100 warnings when importing the source into Eclipse)
What's up with this? Isn't the source complete after all?