STSW-ST25SDK001 ST25DemoApp Example Issue
Good afternoon, currently I want to write a simple NDEF File in the tag's EEPROM by using ST25R3916-DISCO kit.
I will attach the guide pdf, "ST25PcDemoApp_software_guide" at below for reference.
I faced this problem after I added JARs into "Java Build Path" under Libraries.
The JARs are in the file provided by STSW-ST25SDK001 which included:
"commons-lang3-3.5.jar", "st25pc-model-readers-1.10.0.jar", "st25sdk-1.10.0.jar" and "st25pc-model-readers-1.9.0".
However, "st25pc-model-readers-1.9.0" doesn't come with "st25sdk-1.9.0.jar", so I tried to use "10" instead.
I'm unsure if the guide is using 1.9.0 because it was not stated clearly.
The guide says that after I add the JARs, I should be able to see the public API displayed in the Eclipse Project (page 20) , but I don't see any API is displayed.
Instead, under the "Referenced Libraries folders", I was able to see the packages.
May I assume that the packages data was not passed to the Eclipse IDE software thus they're not synchronized and the API won't be displayed?
OR
Might due by the e(fx)clipse or Eclipse IDE version difference?
I added the highlighted code (page 24) from the guide to the MainApp.java but there were few errors showed (photo attached: import packages cannot be resolved.png), such as, "The import com.st.st25pc.model.rfReaders cannot be resolved".
Regardless I used my java project or the given "st25PcDemoApp example" inside STSW-ST25SDK001 File, both showed the same errors.
Now I can't import the wanted data into the MainApp.Java, so I was unable to write a simple NDEF File into the tag.
Take note: I was facing some problems while downloading the softwares. I followed "ST25PcDemoApp_software_guide" and the links given are not directly jumped to the download page, where I took some times to find the correct softwares to download. Thus it might cause that I downloaded the wrong version for the softwares.
My JavaFX version is 8.0.141.
Please provide some suggestions or where I can make changes to improve my work. Thank you so much for your helping!
