I can't find the HelloGearConsumer project referred to in section 2.2 "Importing the HelloGearConsumer Project using the Tizen SDK for Wearable" of the "Samsung Gear Application, Getting Started" guide. All the samples I have found (for the Consumer side (Tizen Gear 2) of the HelloAccessory sample call it HelloAccessoryConsumer and have .java code rather than the .js code shown (main.js) in Section 2.2 of the guide.
I naively tried to build the HelloAccessoryConsumer project in the Tizen for Wearable IDE and got all sorts of strange Java compiler errors (i.e. Cannot find java.lang.Object) that I couldn't fix with pointing to the right JRE but now I'm thinking that sample projects with .java code are really for the original non-Tizen Gear One.
I'm very confused that on the Samsung Gear web page (http://developer.samsung.com/samsung-gear) that the Hello Accessory sample has .java code (which I assume is for a Gear One) on the Gear side when I thought it should be .js for a Tizen Gear 2.
Am I missing something here?
Thanks