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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. 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

1 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

Top Tags