Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
In java sdk, the package was not supported i attached the error in java
Solved! Go to Solution.
dinesh s This is very basic of Java Programming.
You have to make the same Package structure as mentioned in class.
For Example , SteamThing.java class is in Default package.
Make another package structure inside source as com>Thingworx.sdk.steam.
I am attaching a screenshot for your reference.
There are other way to get rid of such small compile time errors , The one above is simplest to get make it work.
Thank
Ravi Upadhyay
dinesh s This is very basic of Java Programming.
You have to make the same Package structure as mentioned in class.
For Example , SteamThing.java class is in Default package.
Make another package structure inside source as com>Thingworx.sdk.steam.
I am attaching a screenshot for your reference.
There are other way to get rid of such small compile time errors , The one above is simplest to get make it work.
Thank
Ravi Upadhyay
You are welcome Dinesh