Skip to main content
1-Visitor
October 2, 2016
Solved

error in java SDK package

  • October 2, 2016
  • 2 replies
  • 2018 views

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

Best answer by rupadhyay

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

2 replies

rupadhyay1-VisitorAnswer
1-Visitor
October 2, 2016

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-211-VisitorAuthor
1-Visitor
October 3, 2016

thank you Ravi Upadhyay

1-Visitor
October 3, 2016

You are welcome Dinesh