cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

error in java SDK package

ds-21
7-Bedrock

error in java SDK package

In java sdk, the package was not supported i attached the error in javajavasdk.png

ACCEPTED SOLUTION

Accepted Solutions
rupadhyay
12-Amethyst
(To:ds-21)

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.packageStruture.PNG

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

View solution in original post

3 REPLIES 3
rupadhyay
12-Amethyst
(To:ds-21)

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.packageStruture.PNG

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

ds-21
7-Bedrock
(To:ds-21)

thank you Ravi Upadhyay

rupadhyay
12-Amethyst
(To:ds-21)

You are welcome Dinesh

Announcements


Top Tags