So I am trying to use SDK java for my web page development. I have html file that show my map. What I would like to do is to get my data from Smartsheet and convert these data to points on the map.
I figure maybe java SDK is the file that I would be downloading, so I took the following step to download the java SDK
Install brew
install maven using command
brew install maven
follow steps in https://github.com/smartsheet-platform/smartsheet-java-sdk#install-by-compiling-directly-from-source to install sdk.
when I install the sdk, I got the following error in my terminal:
[ERROR] Source option 6 is no longer supported. Use 7 or later.
[ERROR] Target option 6 is no longer supported. Use 7 or later.
I am not sure what this means, how am I able to fix the problem?
I tried downloading the python sdk, and it works. I would like to incorporate the code to my web page (.js file) and I am not sure how it works.
any helps / recommendations would be appreciated.