Community Tip - You can Bookmark boards, posts or articles that you'd like to access again 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