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

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

error in java SDK package

ds-21
1-Newbie

error in java SDK package

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

ACCEPTED SOLUTION

Accepted Solutions

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

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
1-Newbie
(To:ds-21)

thank you Ravi Upadhyay

You are welcome Dinesh

Announcements


Top Tags